Struct dropbox_sdk::team_log::NoteAclInviteOnlyDetails
source · [−]#[non_exhaustive]pub struct NoteAclInviteOnlyDetails {}Available on crate feature
dbx_team_log only.Expand description
Changed Paper doc to invite-only.
Trait Implementations
sourceimpl Clone for NoteAclInviteOnlyDetails
impl Clone for NoteAclInviteOnlyDetails
sourcefn clone(&self) -> NoteAclInviteOnlyDetails
fn clone(&self) -> NoteAclInviteOnlyDetails
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 Debug for NoteAclInviteOnlyDetails
impl Debug for NoteAclInviteOnlyDetails
sourceimpl Default for NoteAclInviteOnlyDetails
impl Default for NoteAclInviteOnlyDetails
sourcefn default() -> NoteAclInviteOnlyDetails
fn default() -> NoteAclInviteOnlyDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NoteAclInviteOnlyDetails
impl<'de> Deserialize<'de> for NoteAclInviteOnlyDetails
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 Serialize for NoteAclInviteOnlyDetails
impl Serialize for NoteAclInviteOnlyDetails
impl Eq for NoteAclInviteOnlyDetails
impl StructuralEq for NoteAclInviteOnlyDetails
impl StructuralPartialEq for NoteAclInviteOnlyDetails
Auto Trait Implementations
impl RefUnwindSafe for NoteAclInviteOnlyDetails
impl Send for NoteAclInviteOnlyDetails
impl Sync for NoteAclInviteOnlyDetails
impl Unpin for NoteAclInviteOnlyDetails
impl UnwindSafe for NoteAclInviteOnlyDetails
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