Struct s2n_netbench::scenario::builder::checkpoint::Checkpoint
source · pub struct Checkpoint<Endpoint, Location, Op> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<Endpoint, Location, Op> RefUnwindSafe for Checkpoint<Endpoint, Location, Op>
impl<Endpoint, Location, Op> Send for Checkpoint<Endpoint, Location, Op>
impl<Endpoint, Location, Op> Sync for Checkpoint<Endpoint, Location, Op>
impl<Endpoint, Location, Op> Unpin for Checkpoint<Endpoint, Location, Op>
impl<Endpoint, Location, Op> UnwindSafe for Checkpoint<Endpoint, Location, Op>
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