Expand description
CreateWarrantyResponse : The response schema for the createWarranty operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CreateWarrantyResponse
impl CreateWarrantyResponse
sourcepub fn new() -> CreateWarrantyResponse
pub fn new() -> CreateWarrantyResponse
The response schema for the createWarranty operation.
Trait Implementations
sourceimpl Clone for CreateWarrantyResponse
impl Clone for CreateWarrantyResponse
sourcefn clone(&self) -> CreateWarrantyResponse
fn clone(&self) -> CreateWarrantyResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateWarrantyResponse
impl Debug for CreateWarrantyResponse
sourceimpl Default for CreateWarrantyResponse
impl Default for CreateWarrantyResponse
sourcefn default() -> CreateWarrantyResponse
fn default() -> CreateWarrantyResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateWarrantyResponse
impl<'de> Deserialize<'de> for CreateWarrantyResponse
sourcefn 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
sourceimpl PartialEq<CreateWarrantyResponse> for CreateWarrantyResponse
impl PartialEq<CreateWarrantyResponse> for CreateWarrantyResponse
sourcefn eq(&self, other: &CreateWarrantyResponse) -> bool
fn eq(&self, other: &CreateWarrantyResponse) -> bool
sourceimpl Serialize for CreateWarrantyResponse
impl Serialize for CreateWarrantyResponse
impl StructuralPartialEq for CreateWarrantyResponse
Auto Trait Implementations
impl RefUnwindSafe for CreateWarrantyResponse
impl Send for CreateWarrantyResponse
impl Sync for CreateWarrantyResponse
impl Unpin for CreateWarrantyResponse
impl UnwindSafe for CreateWarrantyResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more