#[non_exhaustive]pub struct DomainInvitesSetInviteNewUserPrefToNoDetails {}Available on crate feature
dbx_team_log only.Expand description
Disabled “Automatically invite new users”.
Trait Implementations
sourceimpl Clone for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Clone for DomainInvitesSetInviteNewUserPrefToNoDetails
sourcefn clone(&self) -> DomainInvitesSetInviteNewUserPrefToNoDetails
fn clone(&self) -> DomainInvitesSetInviteNewUserPrefToNoDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Default for DomainInvitesSetInviteNewUserPrefToNoDetails
sourcefn default() -> DomainInvitesSetInviteNewUserPrefToNoDetails
fn default() -> DomainInvitesSetInviteNewUserPrefToNoDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DomainInvitesSetInviteNewUserPrefToNoDetails
impl<'de> Deserialize<'de> for DomainInvitesSetInviteNewUserPrefToNoDetails
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DomainInvitesSetInviteNewUserPrefToNoDetails> for DomainInvitesSetInviteNewUserPrefToNoDetails
impl PartialEq<DomainInvitesSetInviteNewUserPrefToNoDetails> for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Eq for DomainInvitesSetInviteNewUserPrefToNoDetails
impl StructuralEq for DomainInvitesSetInviteNewUserPrefToNoDetails
impl StructuralPartialEq for DomainInvitesSetInviteNewUserPrefToNoDetails
Auto Trait Implementations
impl RefUnwindSafe for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Send for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Sync for DomainInvitesSetInviteNewUserPrefToNoDetails
impl Unpin for DomainInvitesSetInviteNewUserPrefToNoDetails
impl UnwindSafe for DomainInvitesSetInviteNewUserPrefToNoDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more