Enum webrtc_util::vnet::nat::EndpointDependencyType
source · [−]pub enum EndpointDependencyType {
EndpointIndependent,
EndpointAddrDependent,
EndpointAddrPortDependent,
}
Variants
EndpointIndependent
EndpointAddrDependent
EndpointAddrPortDependent
Trait Implementations
sourceimpl Clone for EndpointDependencyType
impl Clone for EndpointDependencyType
sourcefn clone(&self) -> EndpointDependencyType
fn clone(&self) -> EndpointDependencyType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EndpointDependencyType
impl Debug for EndpointDependencyType
sourceimpl Default for EndpointDependencyType
impl Default for EndpointDependencyType
impl Copy for EndpointDependencyType
impl Eq for EndpointDependencyType
impl StructuralEq for EndpointDependencyType
impl StructuralPartialEq for EndpointDependencyType
Auto Trait Implementations
impl RefUnwindSafe for EndpointDependencyType
impl Send for EndpointDependencyType
impl Sync for EndpointDependencyType
impl Unpin for EndpointDependencyType
impl UnwindSafe for EndpointDependencyType
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