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