pub struct DeleteMerchantCustomAttributeDefinitionResponse {
pub errors: Option<Vec<Error>>,
}Expand description
DeleteMerchantCustomAttributeDefinitionResponse : Represents a response from a delete request containing error messages if there are any.
Fields§
§errors: Option<Vec<Error>>Any errors that occurred during the request.
Implementations§
Source§impl DeleteMerchantCustomAttributeDefinitionResponse
impl DeleteMerchantCustomAttributeDefinitionResponse
Sourcepub fn new() -> DeleteMerchantCustomAttributeDefinitionResponse
pub fn new() -> DeleteMerchantCustomAttributeDefinitionResponse
Represents a response from a delete request containing error messages if there are any.
Trait Implementations§
Source§impl Clone for DeleteMerchantCustomAttributeDefinitionResponse
impl Clone for DeleteMerchantCustomAttributeDefinitionResponse
Source§fn clone(&self) -> DeleteMerchantCustomAttributeDefinitionResponse
fn clone(&self) -> DeleteMerchantCustomAttributeDefinitionResponse
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 DeleteMerchantCustomAttributeDefinitionResponse
impl Default for DeleteMerchantCustomAttributeDefinitionResponse
Source§fn default() -> DeleteMerchantCustomAttributeDefinitionResponse
fn default() -> DeleteMerchantCustomAttributeDefinitionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteMerchantCustomAttributeDefinitionResponse
impl<'de> Deserialize<'de> for DeleteMerchantCustomAttributeDefinitionResponse
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 DeleteMerchantCustomAttributeDefinitionResponse
Auto Trait Implementations§
impl Freeze for DeleteMerchantCustomAttributeDefinitionResponse
impl RefUnwindSafe for DeleteMerchantCustomAttributeDefinitionResponse
impl Send for DeleteMerchantCustomAttributeDefinitionResponse
impl Sync for DeleteMerchantCustomAttributeDefinitionResponse
impl Unpin for DeleteMerchantCustomAttributeDefinitionResponse
impl UnsafeUnpin for DeleteMerchantCustomAttributeDefinitionResponse
impl UnwindSafe for DeleteMerchantCustomAttributeDefinitionResponse
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