pub enum LayoutId {
System {
kind: String,
name: String,
},
Local(String),
}
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 Freeze for LayoutId
impl RefUnwindSafe for LayoutId
impl Send for LayoutId
impl Sync for LayoutId
impl Unpin for LayoutId
impl UnwindSafe for LayoutId
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