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