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