Struct atrium_api::com::atproto::admin::defs::ReportView
source · pub struct ReportView {
pub created_at: String,
pub id: i32,
pub reason: Option<String>,
pub reason_type: ReasonType,
pub reported_by: String,
pub resolved_by_action_ids: Vec<i32>,
pub subject: ReportViewSubjectEnum,
}Expand description
com.atproto.admin.defs#reportView
Fields§
§created_at: String§id: i32§reason: Option<String>§reason_type: ReasonType§reported_by: String§resolved_by_action_ids: Vec<i32>§subject: ReportViewSubjectEnumTrait Implementations§
source§impl Clone for ReportView
impl Clone for ReportView
source§fn clone(&self) -> ReportView
fn clone(&self) -> ReportView
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 ReportView
impl Debug for ReportView
source§impl<'de> Deserialize<'de> for ReportView
impl<'de> Deserialize<'de> for ReportView
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<ReportView> for ReportView
impl PartialEq<ReportView> for ReportView
source§fn eq(&self, other: &ReportView) -> bool
fn eq(&self, other: &ReportView) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ReportView
impl Serialize for ReportView
impl Eq for ReportView
impl StructuralEq for ReportView
impl StructuralPartialEq for ReportView
Auto Trait Implementations§
impl RefUnwindSafe for ReportView
impl Send for ReportView
impl Sync for ReportView
impl Unpin for ReportView
impl UnwindSafe for ReportView
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