pub struct DeletePostOptions {
pub post: ForumPostId,
pub revision: ForumPostRevisionId,
pub comment: Option<ForumPostRevisionComment>,
}Fields§
§post: ForumPostId§revision: ForumPostRevisionId§comment: Option<ForumPostRevisionComment>Trait Implementations§
Source§impl Clone for DeletePostOptions
impl Clone for DeletePostOptions
Source§fn clone(&self) -> DeletePostOptions
fn clone(&self) -> DeletePostOptions
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 DeletePostOptions
impl Debug for DeletePostOptions
impl Eq for DeletePostOptions
Source§impl Hash for DeletePostOptions
impl Hash for DeletePostOptions
Source§impl Ord for DeletePostOptions
impl Ord for DeletePostOptions
Source§fn cmp(&self, other: &DeletePostOptions) -> Ordering
fn cmp(&self, other: &DeletePostOptions) -> 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 PartialEq for DeletePostOptions
impl PartialEq for DeletePostOptions
Source§impl PartialOrd for DeletePostOptions
impl PartialOrd for DeletePostOptions
impl StructuralPartialEq for DeletePostOptions
Auto Trait Implementations§
impl Freeze for DeletePostOptions
impl RefUnwindSafe for DeletePostOptions
impl Send for DeletePostOptions
impl Sync for DeletePostOptions
impl Unpin for DeletePostOptions
impl UnsafeUnpin for DeletePostOptions
impl UnwindSafe for DeletePostOptions
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