pub struct SlotGen(/* private fields */);Implementations§
Trait Implementations§
impl Copy for SlotGen
impl Eq for SlotGen
impl StructuralPartialEq for SlotGen
Auto Trait Implementations§
impl Freeze for SlotGen
impl RefUnwindSafe for SlotGen
impl Send for SlotGen
impl Sync for SlotGen
impl Unpin for SlotGen
impl UnsafeUnpin for SlotGen
impl UnwindSafe for SlotGen
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