pub struct RawCreatePostRevisionOptions {
pub actor: RawForumActor,
pub post: ForumPostIdRef,
pub body: Option<ForumPostRevisionContent>,
pub mod_body: Option<ForumPostRevisionContent>,
pub comment: Option<ForumPostRevisionComment>,
}Fields§
§actor: RawForumActor§post: ForumPostIdRef§body: Option<ForumPostRevisionContent>§mod_body: Option<ForumPostRevisionContent>§comment: Option<ForumPostRevisionComment>Trait Implementations§
Source§impl Clone for RawCreatePostRevisionOptions
impl Clone for RawCreatePostRevisionOptions
Source§fn clone(&self) -> RawCreatePostRevisionOptions
fn clone(&self) -> RawCreatePostRevisionOptions
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 RawCreatePostRevisionOptions
impl Debug for RawCreatePostRevisionOptions
impl Eq for RawCreatePostRevisionOptions
Source§impl Hash for RawCreatePostRevisionOptions
impl Hash for RawCreatePostRevisionOptions
Source§impl Ord for RawCreatePostRevisionOptions
impl Ord for RawCreatePostRevisionOptions
Source§fn cmp(&self, other: &RawCreatePostRevisionOptions) -> Ordering
fn cmp(&self, other: &RawCreatePostRevisionOptions) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RawCreatePostRevisionOptions
impl PartialOrd for RawCreatePostRevisionOptions
impl StructuralPartialEq for RawCreatePostRevisionOptions
Auto Trait Implementations§
impl Freeze for RawCreatePostRevisionOptions
impl RefUnwindSafe for RawCreatePostRevisionOptions
impl Send for RawCreatePostRevisionOptions
impl Sync for RawCreatePostRevisionOptions
impl Unpin for RawCreatePostRevisionOptions
impl UnsafeUnpin for RawCreatePostRevisionOptions
impl UnwindSafe for RawCreatePostRevisionOptions
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