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