Struct erpc_metrics::model::OnionPerfTwoHopCircuit
source · pub struct OnionPerfTwoHopCircuit {
pub first_hop: String,
pub second_hop: String,
pub status: u8,
pub message: String,
pub timestamp: u64,
}
Fields§
§first_hop: String
The fingerprint of the first hop relay
second_hop: String
The fingerprint of the second hop relay
status: u8
0 means failed 1 means success
message: String
§timestamp: u64
Auto Trait Implementations§
impl RefUnwindSafe for OnionPerfTwoHopCircuit
impl Send for OnionPerfTwoHopCircuit
impl Sync for OnionPerfTwoHopCircuit
impl Unpin for OnionPerfTwoHopCircuit
impl UnwindSafe for OnionPerfTwoHopCircuit
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more