pub struct IngestJsonNameKeyedStructure(pub BTreeMap<String, Value>);Tuple Fields§
§0: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for IngestJsonNameKeyedStructure
impl Clone for IngestJsonNameKeyedStructure
Source§fn clone(&self) -> IngestJsonNameKeyedStructure
fn clone(&self) -> IngestJsonNameKeyedStructure
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 IngestJsonNameKeyedStructure
impl Debug for IngestJsonNameKeyedStructure
Source§impl<'de> Deserialize<'de> for IngestJsonNameKeyedStructure
impl<'de> Deserialize<'de> for IngestJsonNameKeyedStructure
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 IngestJsonNameKeyedStructure
impl PartialEq for IngestJsonNameKeyedStructure
Source§fn eq(&self, other: &IngestJsonNameKeyedStructure) -> bool
fn eq(&self, other: &IngestJsonNameKeyedStructure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IngestJsonNameKeyedStructure
Auto Trait Implementations§
impl Freeze for IngestJsonNameKeyedStructure
impl RefUnwindSafe for IngestJsonNameKeyedStructure
impl Send for IngestJsonNameKeyedStructure
impl Sync for IngestJsonNameKeyedStructure
impl Unpin for IngestJsonNameKeyedStructure
impl UnsafeUnpin for IngestJsonNameKeyedStructure
impl UnwindSafe for IngestJsonNameKeyedStructure
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