pub struct SbdClient { /* private fields */ }Expand description
SbdClient represents a single connection to a single sbd server through which we can communicate with any number of peers on that server.
Implementations§
Source§impl SbdClient
impl SbdClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SbdClient
impl !RefUnwindSafe for SbdClient
impl Send for SbdClient
impl Sync for SbdClient
impl Unpin for SbdClient
impl !UnwindSafe for SbdClient
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