pub enum ProtImpl {
Pcap,
Generic,
}Variants§
Trait Implementations§
impl StructuralPartialEq for ProtImpl
Auto Trait Implementations§
impl Freeze for ProtImpl
impl RefUnwindSafe for ProtImpl
impl Send for ProtImpl
impl Sync for ProtImpl
impl Unpin for ProtImpl
impl UnwindSafe for ProtImpl
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