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