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