pub enum HTFormat {
Mixed,
Greenfield,
}Expand description
The HT format.
Variants§
Trait Implementations§
impl Copy for HTFormat
impl Eq for HTFormat
impl StructuralPartialEq for HTFormat
Auto Trait Implementations§
impl Freeze for HTFormat
impl RefUnwindSafe for HTFormat
impl Send for HTFormat
impl Sync for HTFormat
impl Unpin for HTFormat
impl UnwindSafe for HTFormat
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