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