Struct s2n_netbench::trace::Disabled
source · pub struct Disabled(/* private fields */);
Trait Implementations§
source§impl Trace for Disabled
impl Trace for Disabled
fn enter_connection(&mut self, id: u64)
fn exec(&mut self, now: Timestamp, op: &Connection)
fn exec_client(&mut self, now: Timestamp, op: &Client)
fn enter(&mut self, now: Timestamp, scope: u64, thread: usize)
fn exit(&mut self, now: Timestamp)
fn send(&mut self, now: Timestamp, stream_id: u64, len: u64)
fn send_finish(&mut self, now: Timestamp, stream_id: u64)
fn receive(&mut self, now: Timestamp, stream_id: u64, len: u64)
fn receive_finish(&mut self, now: Timestamp, stream_id: u64)
fn accept(&mut self, now: Timestamp, stream_id: u64)
fn open(&mut self, now: Timestamp, stream_id: u64)
fn trace(&mut self, now: Timestamp, id: u64)
fn profile(&mut self, now: Timestamp, id: u64, time: Duration)
fn park(&mut self, now: Timestamp, id: u64)
fn unpark(&mut self, now: Timestamp, id: u64)
fn connect(&mut self, now: Timestamp, connection_id: u64, time: Duration)
Auto Trait Implementations§
impl RefUnwindSafe for Disabled
impl Send for Disabled
impl Sync for Disabled
impl Unpin for Disabled
impl UnwindSafe for Disabled
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