pub enum GetFixedSlotCapacityError {
Status400(FixedSlotCapacityErrors),
Status401(FixedSlotCapacityErrors),
Status403(FixedSlotCapacityErrors),
Status404(FixedSlotCapacityErrors),
Status413(FixedSlotCapacityErrors),
Status415(FixedSlotCapacityErrors),
Status429(FixedSlotCapacityErrors),
Status500(FixedSlotCapacityErrors),
Status503(FixedSlotCapacityErrors),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_fixed_slot_capacity
Variants§
Status400(FixedSlotCapacityErrors)
Status401(FixedSlotCapacityErrors)
Status403(FixedSlotCapacityErrors)
Status404(FixedSlotCapacityErrors)
Status413(FixedSlotCapacityErrors)
Status415(FixedSlotCapacityErrors)
Status429(FixedSlotCapacityErrors)
Status500(FixedSlotCapacityErrors)
Status503(FixedSlotCapacityErrors)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetFixedSlotCapacityError
impl Clone for GetFixedSlotCapacityError
Source§fn clone(&self) -> GetFixedSlotCapacityError
fn clone(&self) -> GetFixedSlotCapacityError
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 GetFixedSlotCapacityError
impl Debug for GetFixedSlotCapacityError
Source§impl<'de> Deserialize<'de> for GetFixedSlotCapacityError
impl<'de> Deserialize<'de> for GetFixedSlotCapacityError
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
Auto Trait Implementations§
impl Freeze for GetFixedSlotCapacityError
impl RefUnwindSafe for GetFixedSlotCapacityError
impl Send for GetFixedSlotCapacityError
impl Sync for GetFixedSlotCapacityError
impl Unpin for GetFixedSlotCapacityError
impl UnwindSafe for GetFixedSlotCapacityError
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