pub enum SaState {
Unkeyed,
Keyed,
Operational,
}Expand description
SA lifecycle state.
Variants§
Unkeyed
Created but no keys assigned.
Keyed
Keys assigned, ready to start.
Operational
Active in frame security processing.
Trait Implementations§
impl Copy for SaState
impl Eq for SaState
impl StructuralPartialEq for SaState
Auto Trait Implementations§
impl Freeze for SaState
impl RefUnwindSafe for SaState
impl Send for SaState
impl Sync for SaState
impl Unpin for SaState
impl UnsafeUnpin for SaState
impl UnwindSafe for SaState
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