pub struct EchoDiscardPacketBuilder { /* private fields */ }
Expand description
Builder for an echo-discard packet.
Implementations§
Trait Implementations§
Source§impl PacketBuilder for EchoDiscardPacketBuilder
impl PacketBuilder for EchoDiscardPacketBuilder
Auto Trait Implementations§
impl Freeze for EchoDiscardPacketBuilder
impl RefUnwindSafe for EchoDiscardPacketBuilder
impl Send for EchoDiscardPacketBuilder
impl Sync for EchoDiscardPacketBuilder
impl Unpin for EchoDiscardPacketBuilder
impl UnwindSafe for EchoDiscardPacketBuilder
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