pub enum TurnServerPollRet {
WaitUntil(Instant),
AllocateSocketUdp {
transport: TransportType,
local_addr: SocketAddr,
remote_addr: SocketAddr,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TurnServerPollRet
impl RefUnwindSafe for TurnServerPollRet
impl Send for TurnServerPollRet
impl Sync for TurnServerPollRet
impl Unpin for TurnServerPollRet
impl UnwindSafe for TurnServerPollRet
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