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