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