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