Enum hydrate_pipeline::NullOverride
source · pub enum NullOverride {
Unset,
SetNull,
SetNonNull,
}
Variants§
Trait Implementations§
source§impl Clone for NullOverride
impl Clone for NullOverride
source§fn clone(&self) -> NullOverride
fn clone(&self) -> NullOverride
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 Debug for NullOverride
impl Debug for NullOverride
source§impl Hash for NullOverride
impl Hash for NullOverride
source§impl PartialEq for NullOverride
impl PartialEq for NullOverride
source§fn eq(&self, other: &NullOverride) -> bool
fn eq(&self, other: &NullOverride) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NullOverride
impl StructuralPartialEq for NullOverride
Auto Trait Implementations§
impl RefUnwindSafe for NullOverride
impl Send for NullOverride
impl Sync for NullOverride
impl Unpin for NullOverride
impl UnwindSafe for NullOverride
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