pub struct CommentCreateArguments {
pub input: CommentCreateInput,
}Fields§
§input: CommentCreateInputTrait Implementations§
Source§impl Clone for CommentCreateArguments
impl Clone for CommentCreateArguments
Source§fn clone(&self) -> CommentCreateArguments
fn clone(&self) -> CommentCreateArguments
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommentCreateArguments
impl Debug for CommentCreateArguments
Source§impl QueryVariables for CommentCreateArguments
impl QueryVariables for CommentCreateArguments
Source§const VARIABLES: &'static [(&'static str, VariableType)]
const VARIABLES: &'static [(&'static str, VariableType)]
An associated constant that contains the variable names & their types. Read more
Source§type Fields = CommentCreateArgumentsFields
type Fields = CommentCreateArgumentsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for CommentCreateArguments
impl RefUnwindSafe for CommentCreateArguments
impl Send for CommentCreateArguments
impl Sync for CommentCreateArguments
impl Unpin for CommentCreateArguments
impl UnwindSafe for CommentCreateArguments
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