pub enum IndexDirective {
Index,
NoIndex,
}Expand description
Indexing directive.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexDirective
impl Clone for IndexDirective
Source§fn clone(&self) -> IndexDirective
fn clone(&self) -> IndexDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexDirective
impl Debug for IndexDirective
Source§impl Hash for IndexDirective
impl Hash for IndexDirective
Source§impl Ord for IndexDirective
impl Ord for IndexDirective
Source§fn cmp(&self, other: &IndexDirective) -> Ordering
fn cmp(&self, other: &IndexDirective) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndexDirective
impl PartialEq for IndexDirective
Source§fn eq(&self, other: &IndexDirective) -> bool
fn eq(&self, other: &IndexDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndexDirective
impl PartialOrd for IndexDirective
impl Copy for IndexDirective
impl Eq for IndexDirective
impl StructuralPartialEq for IndexDirective
Auto Trait Implementations§
impl Freeze for IndexDirective
impl RefUnwindSafe for IndexDirective
impl Send for IndexDirective
impl Sync for IndexDirective
impl Unpin for IndexDirective
impl UnsafeUnpin for IndexDirective
impl UnwindSafe for IndexDirective
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