Enum webrtc_ice::url::ProtoType
source · pub enum ProtoType {
Udp,
Tcp,
Unknown,
}
Expand description
The transport protocol type that is used in the ice::url::Url
structure.
Variants§
Trait Implementations§
source§impl PartialEq for ProtoType
impl PartialEq for ProtoType
impl Copy for ProtoType
impl Eq for ProtoType
impl StructuralPartialEq for ProtoType
Auto Trait Implementations§
impl Freeze for ProtoType
impl RefUnwindSafe for ProtoType
impl Send for ProtoType
impl Sync for ProtoType
impl Unpin for ProtoType
impl UnwindSafe for ProtoType
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