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