pub struct Object<T> {
pub data: T,
pub extra_data: Ipld,
}
Expand description
A generic object type.
Fields§
§data: T
§extra_data: Ipld
Trait Implementations§
Source§impl<'de, T> Deserialize<'de> for Object<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for Object<T>where
T: Deserialize<'de>,
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 From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-chatbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-chatbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
impl From<Object<RecordData>> for KnownRecord
Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.Source§impl From<Object<RecordData>> for KnownRecord
Available on crate feature namespace-appbsky
only.
impl From<Object<RecordData>> for KnownRecord
Available on crate feature
namespace-appbsky
only.impl<T: Eq> Eq for Object<T>
impl<T> StructuralPartialEq for Object<T>
Auto Trait Implementations§
impl<T> Freeze for Object<T>where
T: Freeze,
impl<T> RefUnwindSafe for Object<T>where
T: RefUnwindSafe,
impl<T> Send for Object<T>where
T: Send,
impl<T> Sync for Object<T>where
T: Sync,
impl<T> Unpin for Object<T>where
T: Unpin,
impl<T> UnwindSafe for Object<T>where
T: UnwindSafe,
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.