#[non_exhaustive]pub struct UndeleteProjectMetadata {}Expand description
A status object which is used as the metadata field for the Operation
returned by UndeleteProject.
Trait Implementations§
Source§impl Clone for UndeleteProjectMetadata
impl Clone for UndeleteProjectMetadata
Source§fn clone(&self) -> UndeleteProjectMetadata
fn clone(&self) -> UndeleteProjectMetadata
Returns a copy 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 UndeleteProjectMetadata
impl Debug for UndeleteProjectMetadata
Source§impl Default for UndeleteProjectMetadata
impl Default for UndeleteProjectMetadata
Source§fn default() -> UndeleteProjectMetadata
fn default() -> UndeleteProjectMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UndeleteProjectMetadatawhere
UndeleteProjectMetadata: Default,
impl<'de> Deserialize<'de> for UndeleteProjectMetadatawhere
UndeleteProjectMetadata: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for UndeleteProjectMetadata
impl Message for UndeleteProjectMetadata
Source§impl PartialEq for UndeleteProjectMetadata
impl PartialEq for UndeleteProjectMetadata
Source§impl Serialize for UndeleteProjectMetadata
impl Serialize for UndeleteProjectMetadata
impl StructuralPartialEq for UndeleteProjectMetadata
Auto Trait Implementations§
impl Freeze for UndeleteProjectMetadata
impl RefUnwindSafe for UndeleteProjectMetadata
impl Send for UndeleteProjectMetadata
impl Sync for UndeleteProjectMetadata
impl Unpin for UndeleteProjectMetadata
impl UnwindSafe for UndeleteProjectMetadata
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