pub struct NatEndpoint(/* private fields */);Trait Implementations§
Source§impl Clone for NatEndpoint
impl Clone for NatEndpoint
Source§fn clone(&self) -> NatEndpoint
fn clone(&self) -> NatEndpoint
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 NatEndpoint
impl Debug for NatEndpoint
Source§impl Default for NatEndpoint
impl Default for NatEndpoint
Source§impl Deref for NatEndpoint
impl Deref for NatEndpoint
Source§impl From<Endpoint> for NatEndpoint
impl From<Endpoint> for NatEndpoint
Source§impl From<Ip> for NatEndpoint
impl From<Ip> for NatEndpoint
Source§impl From<Ipv4Addr> for NatEndpoint
impl From<Ipv4Addr> for NatEndpoint
Source§impl From<Ipv6Addr> for NatEndpoint
impl From<Ipv6Addr> for NatEndpoint
Source§impl Hash for NatEndpoint
impl Hash for NatEndpoint
Source§impl PartialEq for NatEndpoint
impl PartialEq for NatEndpoint
impl Copy for NatEndpoint
impl Eq for NatEndpoint
impl StructuralPartialEq for NatEndpoint
Auto Trait Implementations§
impl Freeze for NatEndpoint
impl RefUnwindSafe for NatEndpoint
impl Send for NatEndpoint
impl Sync for NatEndpoint
impl Unpin for NatEndpoint
impl UnwindSafe for NatEndpoint
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