pub enum IceTransport {
Udp,
Tcp,
}Expand description
ICE transport tokens used in SDP candidate lines.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for IceTransport
impl AsRef<str> for IceTransport
Source§impl Clone for IceTransport
impl Clone for IceTransport
Source§fn clone(&self) -> IceTransport
fn clone(&self) -> IceTransport
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 moreSource§impl Debug for IceTransport
impl Debug for IceTransport
Source§impl Display for IceTransport
impl Display for IceTransport
Source§impl Hash for IceTransport
impl Hash for IceTransport
Source§impl Ord for IceTransport
impl Ord for IceTransport
Source§fn cmp(&self, other: &IceTransport) -> Ordering
fn cmp(&self, other: &IceTransport) -> 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 IceTransport
impl PartialEq for IceTransport
Source§impl PartialOrd for IceTransport
impl PartialOrd for IceTransport
impl Copy for IceTransport
impl Eq for IceTransport
impl StructuralPartialEq for IceTransport
Auto Trait Implementations§
impl Freeze for IceTransport
impl RefUnwindSafe for IceTransport
impl Send for IceTransport
impl Sync for IceTransport
impl Unpin for IceTransport
impl UnsafeUnpin for IceTransport
impl UnwindSafe for IceTransport
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