pub struct UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl HasInputField<enterpriseId, Id> for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl HasInputField<settingValue, EnterpriseEnabledDisabledSettingValue> for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl InputObjectMarker for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl RefUnwindSafe for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl Send for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl Sync for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl Unpin for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
impl UnwindSafe for UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
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