pub struct SingleModeratorActionInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleModeratorActionInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleModeratorActionInput
impl HasInputField<selector, Option<SelectorInput>> for SingleModeratorActionInput
impl InputObjectMarker for SingleModeratorActionInput
Auto Trait Implementations§
impl Freeze for SingleModeratorActionInput
impl RefUnwindSafe for SingleModeratorActionInput
impl Send for SingleModeratorActionInput
impl Sync for SingleModeratorActionInput
impl Unpin for SingleModeratorActionInput
impl UnwindSafe for SingleModeratorActionInput
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