pub enum SdpAttributeCandidateTransport {
Udp,
Tcp,
}
Variants§
Trait Implementations§
Source§impl Clone for SdpAttributeCandidateTransport
impl Clone for SdpAttributeCandidateTransport
Source§fn clone(&self) -> SdpAttributeCandidateTransport
fn clone(&self) -> SdpAttributeCandidateTransport
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 PartialEq for SdpAttributeCandidateTransport
impl PartialEq for SdpAttributeCandidateTransport
Source§fn eq(&self, other: &SdpAttributeCandidateTransport) -> bool
fn eq(&self, other: &SdpAttributeCandidateTransport) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SdpAttributeCandidateTransport
Auto Trait Implementations§
impl Freeze for SdpAttributeCandidateTransport
impl RefUnwindSafe for SdpAttributeCandidateTransport
impl Send for SdpAttributeCandidateTransport
impl Sync for SdpAttributeCandidateTransport
impl Unpin for SdpAttributeCandidateTransport
impl UnwindSafe for SdpAttributeCandidateTransport
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