pub struct FixedSlotCapacityErrors {
pub errors: Option<Vec<Error>>,
}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§
Source§impl FixedSlotCapacityErrors
impl FixedSlotCapacityErrors
Sourcepub fn new() -> FixedSlotCapacityErrors
pub fn new() -> FixedSlotCapacityErrors
The error response schema for the getFixedSlotCapacity operation.
Trait Implementations§
Source§impl Clone for FixedSlotCapacityErrors
impl Clone for FixedSlotCapacityErrors
Source§fn clone(&self) -> FixedSlotCapacityErrors
fn clone(&self) -> FixedSlotCapacityErrors
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FixedSlotCapacityErrors
impl Debug for FixedSlotCapacityErrors
Source§impl Default for FixedSlotCapacityErrors
impl Default for FixedSlotCapacityErrors
Source§fn default() -> FixedSlotCapacityErrors
fn default() -> FixedSlotCapacityErrors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FixedSlotCapacityErrors
impl<'de> Deserialize<'de> for FixedSlotCapacityErrors
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
Source§impl PartialEq for FixedSlotCapacityErrors
impl PartialEq for FixedSlotCapacityErrors
Source§impl Serialize for FixedSlotCapacityErrors
impl Serialize for FixedSlotCapacityErrors
impl StructuralPartialEq for FixedSlotCapacityErrors
Auto Trait Implementations§
impl Freeze for FixedSlotCapacityErrors
impl RefUnwindSafe for FixedSlotCapacityErrors
impl Send for FixedSlotCapacityErrors
impl Sync for FixedSlotCapacityErrors
impl Unpin for FixedSlotCapacityErrors
impl UnwindSafe for FixedSlotCapacityErrors
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