Struct trust_dns_proto::op::message::NoopMessageFinalizer
source · pub struct NoopMessageFinalizer;
Expand description
A MessageFinalizer which does nothing
WARNING This should only be used in None context, it will panic in all cases where finalize is called.
Implementations§
Trait Implementations§
source§impl Clone for NoopMessageFinalizer
impl Clone for NoopMessageFinalizer
source§fn clone(&self) -> NoopMessageFinalizer
fn clone(&self) -> NoopMessageFinalizer
Returns a copy 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 more