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