pub enum SpaLoadState {
None,
Open,
Import,
TryImport,
Recover,
Error,
}
Expand description
Internal SPA load state. Used by FMA diagnosis engine.
Variants§
Trait Implementations§
Source§impl Clone for SpaLoadState
impl Clone for SpaLoadState
Source§fn clone(&self) -> SpaLoadState
fn clone(&self) -> SpaLoadState
Returns a copy 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 PartialEq for SpaLoadState
impl PartialEq for SpaLoadState
impl Copy for SpaLoadState
impl StructuralPartialEq for SpaLoadState
Auto Trait Implementations§
impl Freeze for SpaLoadState
impl RefUnwindSafe for SpaLoadState
impl Send for SpaLoadState
impl Sync for SpaLoadState
impl Unpin for SpaLoadState
impl UnwindSafe for SpaLoadState
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