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