pub struct DistantManagerServerConnection { /* private fields */ }Trait Implementations§
source§impl Default for DistantManagerServerConnection
impl Default for DistantManagerServerConnection
source§fn default() -> DistantManagerServerConnection
fn default() -> DistantManagerServerConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DistantManagerServerConnection
impl Send for DistantManagerServerConnection
impl Sync for DistantManagerServerConnection
impl Unpin for DistantManagerServerConnection
impl !UnwindSafe for DistantManagerServerConnection
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