pub struct NoOpParsingContext;Expand description
An empty packet parsing context.
Trait Implementations§
Source§impl Clone for NoOpParsingContext
impl Clone for NoOpParsingContext
Source§fn clone(&self) -> NoOpParsingContext
fn clone(&self) -> NoOpParsingContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoOpParsingContext
impl Debug for NoOpParsingContext
Source§impl Default for NoOpParsingContext
impl Default for NoOpParsingContext
Source§fn default() -> NoOpParsingContext
fn default() -> NoOpParsingContext
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoOpParsingContext
impl PartialEq for NoOpParsingContext
Source§fn eq(&self, other: &NoOpParsingContext) -> bool
fn eq(&self, other: &NoOpParsingContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NoOpParsingContext
impl Eq for NoOpParsingContext
impl StructuralPartialEq for NoOpParsingContext
Auto Trait Implementations§
impl Freeze for NoOpParsingContext
impl RefUnwindSafe for NoOpParsingContext
impl Send for NoOpParsingContext
impl Sync for NoOpParsingContext
impl Unpin for NoOpParsingContext
impl UnsafeUnpin for NoOpParsingContext
impl UnwindSafe for NoOpParsingContext
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