pub struct XkbParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XkbParser
impl RefUnwindSafe for XkbParser
impl Send for XkbParser
impl Sync for XkbParser
impl Unpin for XkbParser
impl UnwindSafe for XkbParser
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