Enum webrtc_util::vnet::nat::EndpointDependencyType
source · pub enum EndpointDependencyType {
EndpointIndependent,
EndpointAddrDependent,
EndpointAddrPortDependent,
}
Variants§
Trait Implementations§
source§impl Clone for EndpointDependencyType
impl Clone for EndpointDependencyType
source§fn clone(&self) -> EndpointDependencyType
fn clone(&self) -> EndpointDependencyType
Returns a copy 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 EndpointDependencyType
impl Debug for EndpointDependencyType
source§impl Default for EndpointDependencyType
impl Default for EndpointDependencyType
source§fn default() -> EndpointDependencyType
fn default() -> EndpointDependencyType
Returns the “default value” for a type. Read more
source§impl PartialEq for EndpointDependencyType
impl PartialEq for EndpointDependencyType
source§fn eq(&self, other: &EndpointDependencyType) -> bool
fn eq(&self, other: &EndpointDependencyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EndpointDependencyType
impl Eq for EndpointDependencyType
impl StructuralPartialEq for EndpointDependencyType
Auto Trait Implementations§
impl Freeze for EndpointDependencyType
impl RefUnwindSafe for EndpointDependencyType
impl Send for EndpointDependencyType
impl Sync for EndpointDependencyType
impl Unpin for EndpointDependencyType
impl UnwindSafe for EndpointDependencyType
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