pub struct SlabItems { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl IntoIterator for SlabItems
impl IntoIterator for SlabItems
impl Eq for SlabItems
impl StructuralPartialEq for SlabItems
Auto Trait Implementations§
impl Freeze for SlabItems
impl RefUnwindSafe for SlabItems
impl Send for SlabItems
impl Sync for SlabItems
impl Unpin for SlabItems
impl UnwindSafe for SlabItems
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