pub struct PathsInitialized;Expand description
Paths have been initialized (requires secrets).
Trait Implementations§
Source§impl Clone for PathsInitialized
impl Clone for PathsInitialized
Source§fn clone(&self) -> PathsInitialized
fn clone(&self) -> PathsInitialized
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 PathsInitialized
impl Debug for PathsInitialized
impl BootstrapState for PathsInitialized
impl Copy for PathsInitialized
Auto Trait Implementations§
impl Freeze for PathsInitialized
impl RefUnwindSafe for PathsInitialized
impl Send for PathsInitialized
impl Sync for PathsInitialized
impl Unpin for PathsInitialized
impl UnwindSafe for PathsInitialized
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