pub enum HatResponse {
OK(Hat),
NotFound(String),
}
Variants§
Trait Implementations§
Source§impl Debug for HatResponse
impl Debug for HatResponse
Source§impl PartialEq for HatResponse
impl PartialEq for HatResponse
impl StructuralPartialEq for HatResponse
Auto Trait Implementations§
impl Freeze for HatResponse
impl RefUnwindSafe for HatResponse
impl Send for HatResponse
impl Sync for HatResponse
impl Unpin for HatResponse
impl UnwindSafe for HatResponse
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