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