pub struct ModRemoveCommentView {
pub mod_remove_comment: ModRemoveComment,
pub moderator: PersonSafe,
pub comment: Comment,
pub commenter: PersonSafeAlias1,
pub post: Post,
pub community: CommunitySafe,
}
Fields
mod_remove_comment: ModRemoveComment
moderator: PersonSafe
comment: Comment
commenter: PersonSafeAlias1
post: Post
community: CommunitySafe
Trait Implementations
sourceimpl Clone for ModRemoveCommentView
impl Clone for ModRemoveCommentView
sourcefn clone(&self) -> ModRemoveCommentView
fn clone(&self) -> ModRemoveCommentView
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ModRemoveCommentView
impl Debug for ModRemoveCommentView
sourceimpl<'de> Deserialize<'de> for ModRemoveCommentView
impl<'de> Deserialize<'de> for ModRemoveCommentView
sourcefn 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
sourceimpl Serialize for ModRemoveCommentView
impl Serialize for ModRemoveCommentView
Auto Trait Implementations
impl RefUnwindSafe for ModRemoveCommentView
impl Send for ModRemoveCommentView
impl Sync for ModRemoveCommentView
impl Unpin for ModRemoveCommentView
impl UnwindSafe for ModRemoveCommentView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more