pub enum GenericObjectIndex {
Wildcard,
Slice(LinkedList<Slicer>),
}Variants§
Wildcard
Slice(LinkedList<Slicer>)
Trait Implementations§
Source§impl Clone for GenericObjectIndex
impl Clone for GenericObjectIndex
Source§fn clone(&self) -> GenericObjectIndex
fn clone(&self) -> GenericObjectIndex
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 GenericObjectIndex
impl Debug for GenericObjectIndex
Source§impl MacroFormat for GenericObjectIndex
impl MacroFormat for GenericObjectIndex
Source§impl PartialEq for GenericObjectIndex
impl PartialEq for GenericObjectIndex
Source§fn eq(&self, other: &GenericObjectIndex) -> bool
fn eq(&self, other: &GenericObjectIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GenericObjectIndex
impl StructuralPartialEq for GenericObjectIndex
Auto Trait Implementations§
impl Freeze for GenericObjectIndex
impl RefUnwindSafe for GenericObjectIndex
impl Send for GenericObjectIndex
impl Sync for GenericObjectIndex
impl Unpin for GenericObjectIndex
impl UnsafeUnpin for GenericObjectIndex
impl UnwindSafe for GenericObjectIndex
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