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