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