Struct s2n_quic_core::packet::interceptor::Disabled
source · [−]pub struct Disabled(_);Trait Implementations
sourceimpl Interceptor for Disabled
impl Interceptor for Disabled
fn intercept_rx_datagram<'a>(
&mut self,
subject: &Subject,
datagram: &Datagram<'_>,
payload: DecoderBufferMut<'a>
) -> DecoderBufferMut<'a>
fn intercept_rx_payload<'a>(
&mut self,
subject: &Subject,
packet: &Packet,
payload: DecoderBufferMut<'a>
) -> DecoderBufferMut<'a>
fn intercept_tx_datagram<'a>(
&mut self,
subject: &Subject,
datagram: &Datagram<'_>,
payload: &mut EncoderBuffer<'a>
)
fn intercept_tx_payload<'a>(
&mut self,
subject: &Subject,
packet: &Packet,
payload: &mut EncoderBuffer<'a>
)
Auto Trait Implementations
impl RefUnwindSafe for Disabled
impl Send for Disabled
impl Sync for Disabled
impl Unpin for Disabled
impl UnwindSafe for Disabled
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more