pub enum IngestEntityProperty {
Description(IngestDescription),
Dict(IngestEntityPropertyDict),
}Variants§
Description(IngestDescription)
Dict(IngestEntityPropertyDict)
Trait Implementations§
Source§impl Clone for IngestEntityProperty
impl Clone for IngestEntityProperty
Source§fn clone(&self) -> IngestEntityProperty
fn clone(&self) -> IngestEntityProperty
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 IngestEntityProperty
impl Debug for IngestEntityProperty
Source§impl<'de> Deserialize<'de> for IngestEntityProperty
impl<'de> Deserialize<'de> for IngestEntityProperty
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 IngestEntityProperty
impl PartialEq for IngestEntityProperty
Source§impl Serialize for IngestEntityProperty
impl Serialize for IngestEntityProperty
impl StructuralPartialEq for IngestEntityProperty
Auto Trait Implementations§
impl Freeze for IngestEntityProperty
impl RefUnwindSafe for IngestEntityProperty
impl Send for IngestEntityProperty
impl Sync for IngestEntityProperty
impl Unpin for IngestEntityProperty
impl UnsafeUnpin for IngestEntityProperty
impl UnwindSafe for IngestEntityProperty
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