pub struct DestinationConnection { /* private fields */ }Available on crate feature
io only.Implementations§
Trait Implementations§
Source§impl Clone for DestinationConnection
impl Clone for DestinationConnection
Source§fn clone(&self) -> DestinationConnection
fn clone(&self) -> DestinationConnection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DestinationConnection
impl RefUnwindSafe for DestinationConnection
impl Send for DestinationConnection
impl Sync for DestinationConnection
impl Unpin for DestinationConnection
impl UnsafeUnpin for DestinationConnection
impl UnwindSafe for DestinationConnection
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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