Expand description
A reference to what the user wants to see
Variants
System
Affects the layout in system settings
Local(String)
Only affects what this input method presents
Implementations
Trait Implementations
impl StructuralPartialEq for LayoutId
Auto Trait Implementations
impl RefUnwindSafe for LayoutId
impl Send for LayoutId
impl Sync for LayoutId
impl Unpin for LayoutId
impl UnwindSafe for LayoutId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more