pub struct DistantManagerServerConnection { /* private fields */ }Trait Implementations
sourceimpl Default for DistantManagerServerConnection
impl Default for DistantManagerServerConnection
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more