pub enum MetaCode {
Hd,
Va,
En,
Ns,
Ex,
Nf,
}Expand description
Meta response status code.
Variants§
Implementations§
Trait Implementations§
impl Copy for MetaCode
impl Eq for MetaCode
impl StructuralPartialEq for MetaCode
Auto Trait Implementations§
impl Freeze for MetaCode
impl RefUnwindSafe for MetaCode
impl Send for MetaCode
impl Sync for MetaCode
impl Unpin for MetaCode
impl UnwindSafe for MetaCode
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