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