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