pub struct AddCustomAttributesResponse {}Expand description
Represents the response from the server for the request to add custom attributes.
Trait Implementations§
Source§impl Clone for AddCustomAttributesResponse
impl Clone for AddCustomAttributesResponse
Source§fn clone(&self) -> AddCustomAttributesResponse
fn clone(&self) -> AddCustomAttributesResponse
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 AddCustomAttributesResponse
impl Debug for AddCustomAttributesResponse
Source§impl Default for AddCustomAttributesResponse
impl Default for AddCustomAttributesResponse
Source§fn default() -> AddCustomAttributesResponse
fn default() -> AddCustomAttributesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddCustomAttributesResponse
impl<'de> Deserialize<'de> for AddCustomAttributesResponse
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
impl StructuralPartialEq for AddCustomAttributesResponse
Auto Trait Implementations§
impl Freeze for AddCustomAttributesResponse
impl RefUnwindSafe for AddCustomAttributesResponse
impl Send for AddCustomAttributesResponse
impl Sync for AddCustomAttributesResponse
impl Unpin for AddCustomAttributesResponse
impl UnwindSafe for AddCustomAttributesResponse
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