pub struct ConnectionScopeSlot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionScopeSlot
impl RefUnwindSafe for ConnectionScopeSlot
impl Send for ConnectionScopeSlot
impl Sync for ConnectionScopeSlot
impl Unpin for ConnectionScopeSlot
impl UnsafeUnpin for ConnectionScopeSlot
impl UnwindSafe for ConnectionScopeSlot
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