pub struct ErrorWire {
pub kind: String,
pub message: String,
pub stack: Option<String>,
}Fields§
§kind: String§message: String§stack: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ErrorWire
impl<'de> Deserialize<'de> for ErrorWire
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
impl StructuralPartialEq for ErrorWire
Auto Trait Implementations§
impl Freeze for ErrorWire
impl RefUnwindSafe for ErrorWire
impl Send for ErrorWire
impl Sync for ErrorWire
impl Unpin for ErrorWire
impl UnsafeUnpin for ErrorWire
impl UnwindSafe for ErrorWire
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