Struct playit_agent_core::tunnel::setup::ConnectedControl
source · pub struct ConnectedControl<IO: PacketIO> { /* private fields */ }Implementations§
source§impl<IO: PacketIO> ConnectedControl<IO>
impl<IO: PacketIO> ConnectedControl<IO>
pub async fn authenticate<A: AuthenticationProvider>( self, auth: A, ) -> Result<AuthenticatedControl<A, IO>, SetupError>
Trait Implementations§
Auto Trait Implementations§
impl<IO> Freeze for ConnectedControl<IO>
impl<IO> RefUnwindSafe for ConnectedControl<IO>where
IO: RefUnwindSafe,
impl<IO> Send for ConnectedControl<IO>
impl<IO> Sync for ConnectedControl<IO>
impl<IO> Unpin for ConnectedControl<IO>
impl<IO> UnwindSafe for ConnectedControl<IO>where
IO: RefUnwindSafe,
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