pub struct DeleteDiscussionCommentPayload;Trait Implementations§
Source§impl HasField<comment> for DeleteDiscussionCommentPayload
impl HasField<comment> for DeleteDiscussionCommentPayload
Source§type Type = Option<DiscussionComment>
type Type = Option<DiscussionComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeleteDiscussionCommentPayload
impl RefUnwindSafe for DeleteDiscussionCommentPayload
impl Send for DeleteDiscussionCommentPayload
impl Sync for DeleteDiscussionCommentPayload
impl Unpin for DeleteDiscussionCommentPayload
impl UnwindSafe for DeleteDiscussionCommentPayload
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