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 · 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
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 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