pub struct membersCanInviteCollaboratorsSetting;Trait Implementations§
Source§impl HasField<membersCanInviteCollaboratorsSetting> for EnterpriseOwnerInfo
impl HasField<membersCanInviteCollaboratorsSetting> for EnterpriseOwnerInfo
Source§type Type = EnterpriseEnabledDisabledSettingValue
type Type = EnterpriseEnabledDisabledSettingValue
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for membersCanInviteCollaboratorsSetting
impl RefUnwindSafe for membersCanInviteCollaboratorsSetting
impl Send for membersCanInviteCollaboratorsSetting
impl Sync for membersCanInviteCollaboratorsSetting
impl Unpin for membersCanInviteCollaboratorsSetting
impl UnwindSafe for membersCanInviteCollaboratorsSetting
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