enum TF {
Inline = 0,
Traffic = 1,
Flow = 2,
TrafficFlow = 3,
}
Variants§
Trait Implementations§
impl Copy for TF
impl StructuralPartialEq for TF
Auto Trait Implementations§
impl Freeze for TF
impl RefUnwindSafe for TF
impl Send for TF
impl Sync for TF
impl Unpin for TF
impl UnwindSafe for TF
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