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