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