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