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