Enum pipe_chain::parser::pktline::PktLine
source · pub enum PktLine {
Flush,
Delim,
End,
Data(Vec<u8>),
}Expand description
PktLike packet
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for PktLine
impl PartialEq for PktLine
impl Eq for PktLine
impl StructuralEq for PktLine
impl StructuralPartialEq for PktLine
Auto Trait Implementations§
impl RefUnwindSafe for PktLine
impl Send for PktLine
impl Sync for PktLine
impl Unpin for PktLine
impl UnwindSafe for PktLine
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