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