Struct atrium_api::com::atproto::admin::defs::ModEventViewDetail
source · pub struct ModEventViewDetail {
pub created_at: Datetime,
pub created_by: Did,
pub event: ModEventViewDetailEventEnum,
pub id: i64,
pub subject: ModEventViewDetailSubjectEnum,
pub subject_blobs: Vec<BlobView>,
}Fields§
§created_at: Datetime§created_by: Did§event: ModEventViewDetailEventEnum§id: i64§subject: ModEventViewDetailSubjectEnum§subject_blobs: Vec<BlobView>Trait Implementations§
source§impl Clone for ModEventViewDetail
impl Clone for ModEventViewDetail
source§fn clone(&self) -> ModEventViewDetail
fn clone(&self) -> ModEventViewDetail
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 ModEventViewDetail
impl Debug for ModEventViewDetail
source§impl<'de> Deserialize<'de> for ModEventViewDetail
impl<'de> Deserialize<'de> for ModEventViewDetail
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 ModEventViewDetail
impl PartialEq for ModEventViewDetail
source§fn eq(&self, other: &ModEventViewDetail) -> bool
fn eq(&self, other: &ModEventViewDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ModEventViewDetail
impl Serialize for ModEventViewDetail
impl Eq for ModEventViewDetail
impl StructuralPartialEq for ModEventViewDetail
Auto Trait Implementations§
impl RefUnwindSafe for ModEventViewDetail
impl Send for ModEventViewDetail
impl Sync for ModEventViewDetail
impl Unpin for ModEventViewDetail
impl UnwindSafe for ModEventViewDetail
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