pub struct ModEventView {
pub created_at: Datetime,
pub created_by: Did,
pub creator_handle: Option<String>,
pub event: ModEventViewEventRefs,
pub id: i64,
pub mod_tool: Option<ModTool>,
pub subject: ModEventViewSubjectRefs,
pub subject_blob_cids: Vec<String>,
pub subject_handle: Option<String>,
}Fields§
§created_at: Datetime§created_by: Did§creator_handle: Option<String>§event: ModEventViewEventRefs§id: i64§mod_tool: Option<ModTool>§subject: ModEventViewSubjectRefs§subject_blob_cids: Vec<String>§subject_handle: Option<String>Trait Implementations§
Source§impl Clone for ModEventView
impl Clone for ModEventView
Source§fn clone(&self) -> ModEventView
fn clone(&self) -> ModEventView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModEventView
impl Debug for ModEventView
Source§impl<'de> Deserialize<'de> for ModEventView
impl<'de> Deserialize<'de> for ModEventView
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
Auto Trait Implementations§
impl Freeze for ModEventView
impl RefUnwindSafe for ModEventView
impl Send for ModEventView
impl Sync for ModEventView
impl Unpin for ModEventView
impl UnsafeUnpin for ModEventView
impl UnwindSafe for ModEventView
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