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