pub struct MutationField {
pub name: String,
pub arguments: Vec<InputField>,
pub return_type: FieldType,
}Fields§
§name: String§arguments: Vec<InputField>§return_type: FieldTypeTrait Implementations§
Source§impl Clone for MutationField
impl Clone for MutationField
Source§fn clone(&self) -> MutationField
fn clone(&self) -> MutationField
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 moreAuto Trait Implementations§
impl Freeze for MutationField
impl RefUnwindSafe for MutationField
impl Send for MutationField
impl Sync for MutationField
impl Unpin for MutationField
impl UnwindSafe for MutationField
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