pub struct NatResultsDataProvider;Expand description
NAT results data provider
Trait Implementations§
Source§impl Clone for NatResultsDataProvider
impl Clone for NatResultsDataProvider
Source§fn clone(&self) -> NatResultsDataProvider
fn clone(&self) -> NatResultsDataProvider
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 moreAuto Trait Implementations§
impl Freeze for NatResultsDataProvider
impl RefUnwindSafe for NatResultsDataProvider
impl Send for NatResultsDataProvider
impl Sync for NatResultsDataProvider
impl Unpin for NatResultsDataProvider
impl UnwindSafe for NatResultsDataProvider
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