pub struct NatRule { /* private fields */ }Implementations§
Source§impl NatRule
impl NatRule
Sourcepub fn get_nat_to(&self) -> Option<NatEndpoint>
pub fn get_nat_to(&self) -> Option<NatEndpoint>
Accessor for nat_to
Trait Implementations§
impl Eq for NatRule
impl StructuralPartialEq for NatRule
Auto Trait Implementations§
impl Freeze for NatRule
impl RefUnwindSafe for NatRule
impl Send for NatRule
impl Sync for NatRule
impl Unpin for NatRule
impl UnwindSafe for NatRule
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