#[non_exhaustive]pub struct UndeleteFolderMetadata { /* private fields */ }Expand description
A status object which is used as the metadata field for the Operation
returned by UndeleteFolder.
Implementations§
Trait Implementations§
Source§impl Clone for UndeleteFolderMetadata
impl Clone for UndeleteFolderMetadata
Source§fn clone(&self) -> UndeleteFolderMetadata
fn clone(&self) -> UndeleteFolderMetadata
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 UndeleteFolderMetadata
impl Debug for UndeleteFolderMetadata
Source§impl Default for UndeleteFolderMetadata
impl Default for UndeleteFolderMetadata
Source§fn default() -> UndeleteFolderMetadata
fn default() -> UndeleteFolderMetadata
Returns the “default value” for a type. Read more
Source§impl Message for UndeleteFolderMetadata
impl Message for UndeleteFolderMetadata
Source§impl PartialEq for UndeleteFolderMetadata
impl PartialEq for UndeleteFolderMetadata
impl StructuralPartialEq for UndeleteFolderMetadata
Auto Trait Implementations§
impl Freeze for UndeleteFolderMetadata
impl RefUnwindSafe for UndeleteFolderMetadata
impl Send for UndeleteFolderMetadata
impl Sync for UndeleteFolderMetadata
impl Unpin for UndeleteFolderMetadata
impl UnwindSafe for UndeleteFolderMetadata
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