Enum atrium_api::app::bsky::embed::record::ViewRecordEnum
source · pub enum ViewRecordEnum {
ViewRecord(Box<ViewRecord>),
ViewNotFound(Box<ViewNotFound>),
ViewBlocked(Box<ViewBlocked>),
AppBskyFeedDefsGeneratorView(Box<GeneratorView>),
AppBskyGraphDefsListView(Box<ListView>),
}Variants§
ViewRecord(Box<ViewRecord>)
ViewNotFound(Box<ViewNotFound>)
ViewBlocked(Box<ViewBlocked>)
AppBskyFeedDefsGeneratorView(Box<GeneratorView>)
AppBskyGraphDefsListView(Box<ListView>)
Trait Implementations§
source§impl Clone for ViewRecordEnum
impl Clone for ViewRecordEnum
source§fn clone(&self) -> ViewRecordEnum
fn clone(&self) -> ViewRecordEnum
Returns a copy 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 ViewRecordEnum
impl Debug for ViewRecordEnum
source§impl<'de> Deserialize<'de> for ViewRecordEnum
impl<'de> Deserialize<'de> for ViewRecordEnum
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 ViewRecordEnum
impl PartialEq for ViewRecordEnum
source§fn eq(&self, other: &ViewRecordEnum) -> bool
fn eq(&self, other: &ViewRecordEnum) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ViewRecordEnum
impl Serialize for ViewRecordEnum
impl Eq for ViewRecordEnum
impl StructuralPartialEq for ViewRecordEnum
Auto Trait Implementations§
impl RefUnwindSafe for ViewRecordEnum
impl Send for ViewRecordEnum
impl Sync for ViewRecordEnum
impl Unpin for ViewRecordEnum
impl UnwindSafe for ViewRecordEnum
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