pub struct SecretsInitialized;Expand description
Secrets have been initialized (requires profile).
Trait Implementations§
Source§impl Clone for SecretsInitialized
impl Clone for SecretsInitialized
Source§fn clone(&self) -> SecretsInitialized
fn clone(&self) -> SecretsInitialized
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecretsInitialized
impl Debug for SecretsInitialized
impl BootstrapState for SecretsInitialized
impl Copy for SecretsInitialized
Auto Trait Implementations§
impl Freeze for SecretsInitialized
impl RefUnwindSafe for SecretsInitialized
impl Send for SecretsInitialized
impl Sync for SecretsInitialized
impl Unpin for SecretsInitialized
impl UnwindSafe for SecretsInitialized
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