pub struct CSlot(/* private fields */);Expand description
A connection slot container.
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