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