pub struct AuthenticationTask { /* private fields */ }
Expand description
A handle to the task created by authenticate_secret_store
that
can be used to subsequently cancel it.
Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticationTask
impl RefUnwindSafe for AuthenticationTask
impl Send for AuthenticationTask
impl Sync for AuthenticationTask
impl Unpin for AuthenticationTask
impl UnwindSafe for AuthenticationTask
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