pub struct ImplicitIndex;Expand description
Implicit index which means that index ‘1’ is omitted in display.
Trait Implementations§
Source§impl Clone for ImplicitIndex
impl Clone for ImplicitIndex
Source§fn clone(&self) -> ImplicitIndex
fn clone(&self) -> ImplicitIndex
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 ImplicitIndex
impl Debug for ImplicitIndex
Source§impl Default for ImplicitIndex
impl Default for ImplicitIndex
Source§fn default() -> ImplicitIndex
fn default() -> ImplicitIndex
Returns the “default value” for a type. Read more
Source§impl IndexStyle for ImplicitIndex
impl IndexStyle for ImplicitIndex
Source§impl PartialEq for ImplicitIndex
impl PartialEq for ImplicitIndex
impl StructuralPartialEq for ImplicitIndex
Auto Trait Implementations§
impl Freeze for ImplicitIndex
impl RefUnwindSafe for ImplicitIndex
impl Send for ImplicitIndex
impl Sync for ImplicitIndex
impl Unpin for ImplicitIndex
impl UnwindSafe for ImplicitIndex
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