pub enum LayoutTag {
Ru,
En,
Other(u16),
Unknown,
}Variants§
Trait Implementations§
impl Copy for LayoutTag
impl Eq for LayoutTag
impl StructuralPartialEq for LayoutTag
Auto Trait Implementations§
impl Freeze for LayoutTag
impl RefUnwindSafe for LayoutTag
impl Send for LayoutTag
impl Sync for LayoutTag
impl Unpin for LayoutTag
impl UnsafeUnpin for LayoutTag
impl UnwindSafe for LayoutTag
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