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