pub struct TurnRelay { /* private fields */ }Implementations§
Source§impl TurnRelay
impl TurnRelay
Sourcepub fn relay_addr(&self) -> SocketAddr
pub fn relay_addr(&self) -> SocketAddr
Return the allocated relay address.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TurnRelay
impl !RefUnwindSafe for TurnRelay
impl Send for TurnRelay
impl Sync for TurnRelay
impl Unpin for TurnRelay
impl UnwindSafe for TurnRelay
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