pub enum EaLoc {
Index {
elem: usize,
},
Dblk(EaChunkLoc),
}Expand description
Where a chunk lives within the extensible array.
Variants§
Trait Implementations§
impl Copy for EaLoc
impl StructuralPartialEq for EaLoc
Auto Trait Implementations§
impl Freeze for EaLoc
impl RefUnwindSafe for EaLoc
impl Send for EaLoc
impl Sync for EaLoc
impl Unpin for EaLoc
impl UnsafeUnpin for EaLoc
impl UnwindSafe for EaLoc
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