pub enum IndexNameOp {
Dot,
Colon,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexNameOp
impl Clone for IndexNameOp
Source§fn clone(&self) -> IndexNameOp
fn clone(&self) -> IndexNameOp
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 moreimpl Copy for IndexNameOp
Source§impl Debug for IndexNameOp
impl Debug for IndexNameOp
impl Eq for IndexNameOp
Source§impl PartialEq for IndexNameOp
impl PartialEq for IndexNameOp
impl StructuralPartialEq for IndexNameOp
Auto Trait Implementations§
impl Freeze for IndexNameOp
impl RefUnwindSafe for IndexNameOp
impl Send for IndexNameOp
impl Sync for IndexNameOp
impl Unpin for IndexNameOp
impl UnsafeUnpin for IndexNameOp
impl UnwindSafe for IndexNameOp
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