pub struct SecretsTask { /* private fields */ }Implementations§
Source§impl SecretsTask
impl SecretsTask
Sourcepub fn new() -> (Self, Sender<SecretTaskCommand>)
pub fn new() -> (Self, Sender<SecretTaskCommand>)
Create a new SecretsTask
Sourcepub async fn start(self) -> JoinHandle<()>
pub async fn start(self) -> JoinHandle<()>
Start the Secrets Task
Auto Trait Implementations§
impl Freeze for SecretsTask
impl RefUnwindSafe for SecretsTask
impl Send for SecretsTask
impl Sync for SecretsTask
impl Unpin for SecretsTask
impl UnsafeUnpin for SecretsTask
impl UnwindSafe for SecretsTask
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