pub struct NatTraversalConfig { /* private fields */ }Expand description
NAT traversal configuration for a QUIC connection
This configuration is negotiated as part of the transport parameters and enables QUIC NAT traversal extension functionality.
Trait Implementations§
Source§impl Clone for NatTraversalConfig
impl Clone for NatTraversalConfig
Source§fn clone(&self) -> NatTraversalConfig
fn clone(&self) -> NatTraversalConfig
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 NatTraversalConfig
impl Debug for NatTraversalConfig
Source§impl PartialEq for NatTraversalConfig
impl PartialEq for NatTraversalConfig
impl Copy for NatTraversalConfig
impl Eq for NatTraversalConfig
impl StructuralPartialEq for NatTraversalConfig
Auto Trait Implementations§
impl Freeze for NatTraversalConfig
impl RefUnwindSafe for NatTraversalConfig
impl Send for NatTraversalConfig
impl Sync for NatTraversalConfig
impl Unpin for NatTraversalConfig
impl UnwindSafe for NatTraversalConfig
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