#[non_exhaustive]pub struct UpdateFolderMetadata { /* private fields */ }Expand description
A status object which is used as the metadata field for the Operation
returned by UpdateFolder.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateFolderMetadata
impl Clone for UpdateFolderMetadata
Source§fn clone(&self) -> UpdateFolderMetadata
fn clone(&self) -> UpdateFolderMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateFolderMetadata
impl Debug for UpdateFolderMetadata
Source§impl Default for UpdateFolderMetadata
impl Default for UpdateFolderMetadata
Source§fn default() -> UpdateFolderMetadata
fn default() -> UpdateFolderMetadata
Returns the “default value” for a type. Read more
Source§impl Message for UpdateFolderMetadata
impl Message for UpdateFolderMetadata
Source§impl PartialEq for UpdateFolderMetadata
impl PartialEq for UpdateFolderMetadata
impl StructuralPartialEq for UpdateFolderMetadata
Auto Trait Implementations§
impl Freeze for UpdateFolderMetadata
impl RefUnwindSafe for UpdateFolderMetadata
impl Send for UpdateFolderMetadata
impl Sync for UpdateFolderMetadata
impl Unpin for UpdateFolderMetadata
impl UnwindSafe for UpdateFolderMetadata
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