Struct atrium_api::app::bsky::feed::defs::FeedViewPost
source · pub struct FeedViewPost {
pub post: PostView,
pub reason: Option<FeedViewPostReasonEnum>,
pub reply: Option<ReplyRef>,
}Fields§
§post: PostView§reason: Option<FeedViewPostReasonEnum>§reply: Option<ReplyRef>Trait Implementations§
source§impl Clone for FeedViewPost
impl Clone for FeedViewPost
source§fn clone(&self) -> FeedViewPost
fn clone(&self) -> FeedViewPost
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 FeedViewPost
impl Debug for FeedViewPost
source§impl<'de> Deserialize<'de> for FeedViewPost
impl<'de> Deserialize<'de> for FeedViewPost
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 FeedViewPost
impl PartialEq for FeedViewPost
source§fn eq(&self, other: &FeedViewPost) -> bool
fn eq(&self, other: &FeedViewPost) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FeedViewPost
impl Serialize for FeedViewPost
impl Eq for FeedViewPost
impl StructuralPartialEq for FeedViewPost
Auto Trait Implementations§
impl RefUnwindSafe for FeedViewPost
impl Send for FeedViewPost
impl Sync for FeedViewPost
impl Unpin for FeedViewPost
impl UnwindSafe for FeedViewPost
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