Enum atrium_api::app::bsky::feed::defs::ReplyRefRootEnum
source · pub enum ReplyRefRootEnum {
PostView(Box<PostView>),
NotFoundPost(Box<NotFoundPost>),
BlockedPost(Box<BlockedPost>),
}Variants§
Trait Implementations§
source§impl Clone for ReplyRefRootEnum
impl Clone for ReplyRefRootEnum
source§fn clone(&self) -> ReplyRefRootEnum
fn clone(&self) -> ReplyRefRootEnum
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 ReplyRefRootEnum
impl Debug for ReplyRefRootEnum
source§impl<'de> Deserialize<'de> for ReplyRefRootEnum
impl<'de> Deserialize<'de> for ReplyRefRootEnum
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 ReplyRefRootEnum
impl PartialEq for ReplyRefRootEnum
source§fn eq(&self, other: &ReplyRefRootEnum) -> bool
fn eq(&self, other: &ReplyRefRootEnum) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ReplyRefRootEnum
impl Serialize for ReplyRefRootEnum
impl Eq for ReplyRefRootEnum
impl StructuralPartialEq for ReplyRefRootEnum
Auto Trait Implementations§
impl Freeze for ReplyRefRootEnum
impl RefUnwindSafe for ReplyRefRootEnum
impl Send for ReplyRefRootEnum
impl Sync for ReplyRefRootEnum
impl Unpin for ReplyRefRootEnum
impl UnwindSafe for ReplyRefRootEnum
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