pub struct CSlot(/* private fields */);Expand description
A connection slot container.
Note this is not clone to ensure that when the single top-level handle is dropped, that everything is shutdown properly.
Implementations§
Auto Trait Implementations§
impl Freeze for CSlot
impl RefUnwindSafe for CSlot
impl Send for CSlot
impl Sync for CSlot
impl Unpin for CSlot
impl UnwindSafe for CSlot
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