Enum faucet_server::error::BadRequestReason
source · pub enum BadRequestReason {
MissingHeader(&'static str),
InvalidHeader(&'static str),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BadRequestReason
impl Send for BadRequestReason
impl Sync for BadRequestReason
impl Unpin for BadRequestReason
impl UnwindSafe for BadRequestReason
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