#[repr(u8)]pub enum TNF {
Empty = 0,
WellKnown = 1,
MimeMedia = 2,
AbsoluteUri = 3,
External = 4,
Unknown = 5,
Unchanged = 6,
Reserved = 7,
}
Variants§
Empty = 0
WellKnown = 1
MimeMedia = 2
AbsoluteUri = 3
External = 4
Unknown = 5
Unchanged = 6
Reserved = 7
Implementations§
Trait Implementations§
impl Copy for TNF
impl StructuralPartialEq for TNF
Auto Trait Implementations§
impl Freeze for TNF
impl RefUnwindSafe for TNF
impl Send for TNF
impl Sync for TNF
impl Unpin for TNF
impl UnwindSafe for TNF
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