pub struct BatchRequestOutputError {
pub code: Option<String>,
pub message: Option<String>,
}
Fields§
§code: Option<String>
A machine-readable error code.
message: Option<String>
A human-readable error message.
Trait Implementations§
Source§impl Debug for BatchRequestOutputError
impl Debug for BatchRequestOutputError
Source§impl<'de> Deserialize<'de> for BatchRequestOutputError
impl<'de> Deserialize<'de> for BatchRequestOutputError
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 BatchRequestOutputError
impl RefUnwindSafe for BatchRequestOutputError
impl Send for BatchRequestOutputError
impl Sync for BatchRequestOutputError
impl Unpin for BatchRequestOutputError
impl UnwindSafe for BatchRequestOutputError
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