Struct s2n_netbench::scenario::builder::connection::Connection
source · pub struct Connection<Endpoint> { /* private fields */ }Trait Implementations§
source§impl Connect<Client> for Connection<Server>
impl Connect<Client> for Connection<Server>
fn connect_to(&self, handle: &Connection<Client>) -> Client
Auto Trait Implementations§
impl<Endpoint> !RefUnwindSafe for Connection<Endpoint>
impl<Endpoint> !Send for Connection<Endpoint>
impl<Endpoint> !Sync for Connection<Endpoint>
impl<Endpoint> Unpin for Connection<Endpoint>where
Endpoint: Unpin,
impl<Endpoint> !UnwindSafe for Connection<Endpoint>
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