pub enum IceCandidateTcpType {
Passive,
}
Expand description
ICE candidate TCP type (always Passive
).
Variants§
Passive
Passive.
Trait Implementations§
Source§impl Clone for IceCandidateTcpType
impl Clone for IceCandidateTcpType
Source§fn clone(&self) -> IceCandidateTcpType
fn clone(&self) -> IceCandidateTcpType
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 IceCandidateTcpType
impl Debug for IceCandidateTcpType
Source§impl<'de> Deserialize<'de> for IceCandidateTcpType
impl<'de> Deserialize<'de> for IceCandidateTcpType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for IceCandidateTcpType
impl Hash for IceCandidateTcpType
Source§impl Ord for IceCandidateTcpType
impl Ord for IceCandidateTcpType
Source§fn cmp(&self, other: &IceCandidateTcpType) -> Ordering
fn cmp(&self, other: &IceCandidateTcpType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IceCandidateTcpType
impl PartialEq for IceCandidateTcpType
Source§impl PartialOrd for IceCandidateTcpType
impl PartialOrd for IceCandidateTcpType
Source§impl Serialize for IceCandidateTcpType
impl Serialize for IceCandidateTcpType
impl Copy for IceCandidateTcpType
impl Eq for IceCandidateTcpType
impl StructuralPartialEq for IceCandidateTcpType
Auto Trait Implementations§
impl Freeze for IceCandidateTcpType
impl RefUnwindSafe for IceCandidateTcpType
impl Send for IceCandidateTcpType
impl Sync for IceCandidateTcpType
impl Unpin for IceCandidateTcpType
impl UnwindSafe for IceCandidateTcpType
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