pub struct Transport { /* private fields */ }
Expand description
Wrapper element for an ICE-UDP transport.
Implementations§
Source§impl Transport
impl Transport
Sourcepub fn add_candidate(self, candidate: Candidate) -> Self
pub fn add_candidate(self, candidate: Candidate) -> Self
Add a candidate to this transport.
Sourcepub fn with_fingerprint(self, fingerprint: Fingerprint) -> Self
pub fn with_fingerprint(self, fingerprint: Fingerprint) -> Self
Set the DTLS-SRTP fingerprint of this transport.
Trait Implementations§
Source§impl From<Transport> for Transport
impl From<Transport> for Transport
Source§fn from(transport: IceUdpTransport) -> Transport
fn from(transport: IceUdpTransport) -> Transport
Converts to this type from the input type.
impl StructuralPartialEq for Transport
Auto Trait Implementations§
impl Freeze for Transport
impl RefUnwindSafe for Transport
impl Send for Transport
impl Sync for Transport
impl Unpin for Transport
impl UnwindSafe for Transport
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