pub struct Unbound { /* private fields */ }Expand description
Implementations§
Source§impl UnboundClient
impl UnboundClient
Auto Trait Implementations§
impl !RefUnwindSafe for UnboundClient
impl !Sync for UnboundClient
impl !UnwindSafe for UnboundClient
impl Freeze for UnboundClient
impl Send for UnboundClient
impl Unpin for UnboundClient
impl UnsafeUnpin for UnboundClient
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