Enum IndexDirective
pub enum IndexDirective {
Index,
NoIndex,
}Expand description
Indexing directive.
Variants§
Implementations§
§impl IndexDirective
impl IndexDirective
Trait Implementations§
§impl Clone for IndexDirective
impl Clone for IndexDirective
§fn clone(&self) -> IndexDirective
fn clone(&self) -> IndexDirective
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 more§impl Debug for IndexDirective
impl Debug for IndexDirective
§impl Hash for IndexDirective
impl Hash for IndexDirective
§impl Ord for IndexDirective
impl Ord for IndexDirective
§impl PartialEq for IndexDirective
impl PartialEq for IndexDirective
§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