pub struct minimizeComment;Trait Implementations§
Source§impl Field for minimizeComment
impl Field for minimizeComment
Source§impl HasArgument<input> for minimizeComment
impl HasArgument<input> for minimizeComment
Source§type ArgumentType = MinimizeCommentInput
type ArgumentType = MinimizeCommentInput
The schema marker type of this argument.
Source§impl HasField<minimizeComment> for Mutation
impl HasField<minimizeComment> for Mutation
Source§type Type = Option<MinimizeCommentPayload>
type Type = Option<MinimizeCommentPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for minimizeComment
impl RefUnwindSafe for minimizeComment
impl Send for minimizeComment
impl Sync for minimizeComment
impl Unpin for minimizeComment
impl UnwindSafe for minimizeComment
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