pub struct InlineResponse503 {
pub errors: HashMap<String, String>,
}Fields§
§errors: HashMap<String, String>Errors contains a list of errors that caused the not ready status.
Implementations§
Trait Implementations§
Source§impl Clone for InlineResponse503
impl Clone for InlineResponse503
Source§fn clone(&self) -> InlineResponse503
fn clone(&self) -> InlineResponse503
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 InlineResponse503
impl Debug for InlineResponse503
Source§impl<'de> Deserialize<'de> for InlineResponse503
impl<'de> Deserialize<'de> for InlineResponse503
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 InlineResponse503
impl PartialEq for InlineResponse503
Source§impl Serialize for InlineResponse503
impl Serialize for InlineResponse503
impl StructuralPartialEq for InlineResponse503
Auto Trait Implementations§
impl Freeze for InlineResponse503
impl RefUnwindSafe for InlineResponse503
impl Send for InlineResponse503
impl Sync for InlineResponse503
impl Unpin for InlineResponse503
impl UnwindSafe for InlineResponse503
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