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