pub struct Object<'s>(pub BTreeMap<SmolStr, Data<'s>>);Expand description
Object/map of AT Protocol data values
Tuple Fields§
§0: BTreeMap<SmolStr, Data<'s>>Implementations§
Trait Implementations§
Source§impl<'de, 'a> Deserialize<'de> for Object<'a>where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for Object<'a>where
'de: 'a,
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 IntoStatic for Object<'_>
impl IntoStatic for Object<'_>
impl<'s> Eq for Object<'s>
impl<'s> StructuralPartialEq for Object<'s>
Auto Trait Implementations§
impl<'s> Freeze for Object<'s>
impl<'s> RefUnwindSafe for Object<'s>
impl<'s> Send for Object<'s>
impl<'s> Sync for Object<'s>
impl<'s> Unpin for Object<'s>
impl<'s> UnwindSafe for Object<'s>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.