pub struct AuthApi { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AuthResource for AuthApi
impl AuthResource for AuthApi
async fn authenticate(&self, pong: &Pong) -> Result<SignedAgentKey, SetupError>
async fn get_control_addresses(&self) -> Result<Vec<SocketAddr>, SetupError>
Auto Trait Implementations§
impl !Freeze for AuthApi
impl !RefUnwindSafe for AuthApi
impl Send for AuthApi
impl Sync for AuthApi
impl Unpin for AuthApi
impl !UnwindSafe for AuthApi
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