pub struct HostConnection { /* private fields */ }
Expand description
Represents a connection managed by the host.
Implementations§
Trait Implementations§
Source§impl Debug for HostConnection
impl Debug for HostConnection
Source§impl Default for HostConnection
impl Default for HostConnection
Source§fn default() -> HostConnection
fn default() -> HostConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HostConnection
impl RefUnwindSafe for HostConnection
impl Send for HostConnection
impl Sync for HostConnection
impl Unpin for HostConnection
impl UnwindSafe for HostConnection
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