pub struct CommentCreateArgumentsFields;Implementations§
Source§impl CommentCreateArgumentsFields
impl CommentCreateArgumentsFields
pub fn input() -> VariableDefinition<Self, CommentCreateInput>
Trait Implementations§
impl QueryVariablesFields for CommentCreateArgumentsFields
impl VariableMatch<CommentCreateArgumentsFields> for CommentCreateArgumentsFields
Auto Trait Implementations§
impl Freeze for CommentCreateArgumentsFields
impl RefUnwindSafe for CommentCreateArgumentsFields
impl Send for CommentCreateArgumentsFields
impl Sync for CommentCreateArgumentsFields
impl Unpin for CommentCreateArgumentsFields
impl UnwindSafe for CommentCreateArgumentsFields
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