Enum hydrate_pipeline::HashObjectMode
source · 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 copy 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 PartialEq for HashObjectMode
impl PartialEq for HashObjectMode
source§fn eq(&self, other: &HashObjectMode) -> bool
fn eq(&self, other: &HashObjectMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HashObjectMode
impl StructuralPartialEq for HashObjectMode
Auto Trait Implementations§
impl RefUnwindSafe for HashObjectMode
impl Send for HashObjectMode
impl Sync for HashObjectMode
impl Unpin 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