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