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