pub enum EnrichName {
Enrich,
}Variants§
Enrich
Trait Implementations§
Source§impl Clone for EnrichName
impl Clone for EnrichName
Source§fn clone(&self) -> EnrichName
fn clone(&self) -> EnrichName
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 EnrichName
impl Debug for EnrichName
Source§impl<'de> Deserialize<'de> for EnrichName
impl<'de> Deserialize<'de> for EnrichName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EnrichName
impl PartialEq for EnrichName
impl StructuralPartialEq for EnrichName
Auto Trait Implementations§
impl Freeze for EnrichName
impl RefUnwindSafe for EnrichName
impl Send for EnrichName
impl Sync for EnrichName
impl Unpin for EnrichName
impl UnsafeUnpin for EnrichName
impl UnwindSafe for EnrichName
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