pub struct ExplicitIndex;Expand description
Explicit index which means that index is always in display.
Trait Implementations§
Source§impl Clone for ExplicitIndex
impl Clone for ExplicitIndex
Source§fn clone(&self) -> ExplicitIndex
fn clone(&self) -> ExplicitIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExplicitIndex
impl Debug for ExplicitIndex
Source§impl Default for ExplicitIndex
impl Default for ExplicitIndex
Source§fn default() -> ExplicitIndex
fn default() -> ExplicitIndex
Returns the “default value” for a type. Read more
Source§impl IndexStyle for ExplicitIndex
impl IndexStyle for ExplicitIndex
Source§impl PartialEq for ExplicitIndex
impl PartialEq for ExplicitIndex
impl StructuralPartialEq for ExplicitIndex
Auto Trait Implementations§
impl Freeze for ExplicitIndex
impl RefUnwindSafe for ExplicitIndex
impl Send for ExplicitIndex
impl Sync for ExplicitIndex
impl Unpin for ExplicitIndex
impl UnwindSafe for ExplicitIndex
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