pub struct WeakCSlot(/* private fields */);Expand description
A weak reference to a connection slot container.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeakCSlot
impl RefUnwindSafe for WeakCSlot
impl Send for WeakCSlot
impl Sync for WeakCSlot
impl Unpin for WeakCSlot
impl UnwindSafe for WeakCSlot
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