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