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