Struct playit_agent_core::tunnel::setup::SetupFindSuitableChannel
source · pub struct SetupFindSuitableChannel { /* private fields */ }Implementations§
source§impl SetupFindSuitableChannel
impl SetupFindSuitableChannel
pub fn new(options: Vec<SocketAddr>) -> Self
pub async fn setup(self) -> Result<ConnectedControl, SetupError>
Auto Trait Implementations§
impl Freeze for SetupFindSuitableChannel
impl RefUnwindSafe for SetupFindSuitableChannel
impl Send for SetupFindSuitableChannel
impl Sync for SetupFindSuitableChannel
impl Unpin for SetupFindSuitableChannel
impl UnwindSafe for SetupFindSuitableChannel
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