pub struct DeleteCustomerCustomAttributeResponse {
pub errors: Option<Vec<Error>>,
}Expand description
DeleteCustomerCustomAttributeResponse : Represents a DeleteCustomerCustomAttribute response. Either an empty object {} (for a successful deletion) or errors is present in the response.
Fields§
§errors: Option<Vec<Error>>Any errors that occurred during the request.
Implementations§
Source§impl DeleteCustomerCustomAttributeResponse
impl DeleteCustomerCustomAttributeResponse
Sourcepub fn new() -> DeleteCustomerCustomAttributeResponse
pub fn new() -> DeleteCustomerCustomAttributeResponse
Represents a DeleteCustomerCustomAttribute response. Either an empty object {} (for a successful deletion) or errors is present in the response.
Trait Implementations§
Source§impl Clone for DeleteCustomerCustomAttributeResponse
impl Clone for DeleteCustomerCustomAttributeResponse
Source§fn clone(&self) -> DeleteCustomerCustomAttributeResponse
fn clone(&self) -> DeleteCustomerCustomAttributeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeleteCustomerCustomAttributeResponse
impl Default for DeleteCustomerCustomAttributeResponse
Source§fn default() -> DeleteCustomerCustomAttributeResponse
fn default() -> DeleteCustomerCustomAttributeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteCustomerCustomAttributeResponse
impl<'de> Deserialize<'de> for DeleteCustomerCustomAttributeResponse
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 DeleteCustomerCustomAttributeResponse
Auto Trait Implementations§
impl Freeze for DeleteCustomerCustomAttributeResponse
impl RefUnwindSafe for DeleteCustomerCustomAttributeResponse
impl Send for DeleteCustomerCustomAttributeResponse
impl Sync for DeleteCustomerCustomAttributeResponse
impl Unpin for DeleteCustomerCustomAttributeResponse
impl UnsafeUnpin for DeleteCustomerCustomAttributeResponse
impl UnwindSafe for DeleteCustomerCustomAttributeResponse
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