pub struct DeleteCustomMetadataResponse {}
Trait Implementations§
Source§impl Clone for DeleteCustomMetadataResponse
impl Clone for DeleteCustomMetadataResponse
Source§fn clone(&self) -> DeleteCustomMetadataResponse
fn clone(&self) -> DeleteCustomMetadataResponse
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 DeleteCustomMetadataResponse
impl Debug for DeleteCustomMetadataResponse
Source§impl Default for DeleteCustomMetadataResponse
impl Default for DeleteCustomMetadataResponse
Source§fn default() -> DeleteCustomMetadataResponse
fn default() -> DeleteCustomMetadataResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteCustomMetadataResponse
impl<'de> Deserialize<'de> for DeleteCustomMetadataResponse
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 PartialEq for DeleteCustomMetadataResponse
impl PartialEq for DeleteCustomMetadataResponse
Source§fn eq(&self, other: &DeleteCustomMetadataResponse) -> bool
fn eq(&self, other: &DeleteCustomMetadataResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteCustomMetadataResponse
Auto Trait Implementations§
impl Freeze for DeleteCustomMetadataResponse
impl RefUnwindSafe for DeleteCustomMetadataResponse
impl Send for DeleteCustomMetadataResponse
impl Sync for DeleteCustomMetadataResponse
impl Unpin for DeleteCustomMetadataResponse
impl UnwindSafe for DeleteCustomMetadataResponse
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