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