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