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