pub struct NoopPacketModifier;
Expand description
Implementation of a packet modifier which does nothing.
Trait Implementations§
Source§impl Clone for NoopPacketModifier
impl Clone for NoopPacketModifier
Source§fn clone(&self) -> NoopPacketModifier
fn clone(&self) -> NoopPacketModifier
Returns a duplicate of the value. Read more
1.0.0 · 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 NoopPacketModifier
impl Debug for NoopPacketModifier
Source§impl PacketModifier for NoopPacketModifier
impl PacketModifier for NoopPacketModifier
Source§fn new(_: Config) -> NoopPacketModifier
fn new(_: Config) -> NoopPacketModifier
Method that constructs a new packet modifier using the provided configuration.
impl Copy for NoopPacketModifier
Auto Trait Implementations§
impl Freeze for NoopPacketModifier
impl RefUnwindSafe for NoopPacketModifier
impl Send for NoopPacketModifier
impl Sync for NoopPacketModifier
impl Unpin for NoopPacketModifier
impl UnwindSafe for NoopPacketModifier
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