Expand description
RangeSlotCapacityErrors : The error response schema for the getRangeSlotCapacity operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl RangeSlotCapacityErrors
impl RangeSlotCapacityErrors
sourcepub fn new() -> RangeSlotCapacityErrors
pub fn new() -> RangeSlotCapacityErrors
The error response schema for the getRangeSlotCapacity operation.
Trait Implementations
sourceimpl Clone for RangeSlotCapacityErrors
impl Clone for RangeSlotCapacityErrors
sourcefn clone(&self) -> RangeSlotCapacityErrors
fn clone(&self) -> RangeSlotCapacityErrors
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 RangeSlotCapacityErrors
impl Debug for RangeSlotCapacityErrors
sourceimpl Default for RangeSlotCapacityErrors
impl Default for RangeSlotCapacityErrors
sourcefn default() -> RangeSlotCapacityErrors
fn default() -> RangeSlotCapacityErrors
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RangeSlotCapacityErrors
impl<'de> Deserialize<'de> for RangeSlotCapacityErrors
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<RangeSlotCapacityErrors> for RangeSlotCapacityErrors
impl PartialEq<RangeSlotCapacityErrors> for RangeSlotCapacityErrors
sourcefn eq(&self, other: &RangeSlotCapacityErrors) -> bool
fn eq(&self, other: &RangeSlotCapacityErrors) -> bool
sourceimpl Serialize for RangeSlotCapacityErrors
impl Serialize for RangeSlotCapacityErrors
impl StructuralPartialEq for RangeSlotCapacityErrors
Auto Trait Implementations
impl RefUnwindSafe for RangeSlotCapacityErrors
impl Send for RangeSlotCapacityErrors
impl Sync for RangeSlotCapacityErrors
impl Unpin for RangeSlotCapacityErrors
impl UnwindSafe for RangeSlotCapacityErrors
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