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