Struct lexactivator::ActivationMode
source · pub struct ActivationMode {
pub initial_mode: String,
pub current_mode: String,
}Expand description
Represents an activation mode.
Fields§
§initial_mode: StringThe initial activation mode.
current_mode: StringThe current activation mode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActivationMode
impl RefUnwindSafe for ActivationMode
impl Send for ActivationMode
impl Sync for ActivationMode
impl Unpin for ActivationMode
impl UnwindSafe for ActivationMode
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