pub struct comment;
Trait Implementations§
Source§impl HasArgument<input> for comment
impl HasArgument<input> for comment
Source§type ArgumentType = Option<SingleCommentInput>
type ArgumentType = Option<SingleCommentInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for comment
impl RefUnwindSafe for comment
impl Send for comment
impl Sync for comment
impl Unpin for comment
impl UnwindSafe for comment
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