pub struct DelError {
pub error: bool,
pub status: Option<u16>,
pub message: String,
}
Fields§
§error: bool
§status: Option<u16>
§message: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DelError
impl<'de> Deserialize<'de> for DelError
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 From<InvalidHeaderValue> for DelError
impl From<InvalidHeaderValue> for DelError
Source§fn from(err: InvalidHeaderValue) -> Self
fn from(err: InvalidHeaderValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DelError
impl RefUnwindSafe for DelError
impl Send for DelError
impl Sync for DelError
impl Unpin for DelError
impl UnwindSafe for DelError
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