Enum librojo::web_api::ErrorResponseKind
source · pub enum ErrorResponseKind {
NotFound,
BadRequest,
InternalError,
}Variants§
Trait Implementations§
source§impl Debug for ErrorResponseKind
impl Debug for ErrorResponseKind
source§impl<'de> Deserialize<'de> for ErrorResponseKind
impl<'de> Deserialize<'de> for ErrorResponseKind
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 RefUnwindSafe for ErrorResponseKind
impl Send for ErrorResponseKind
impl Sync for ErrorResponseKind
impl Unpin for ErrorResponseKind
impl UnwindSafe for ErrorResponseKind
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