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