pub struct KeysymParseError;Expand description
An error returned from attempting to crete a Keysym.
Returned by Keysym::from(), Keysym::from_name()
Auto Trait Implementations§
impl Freeze for KeysymParseError
impl RefUnwindSafe for KeysymParseError
impl Send for KeysymParseError
impl Sync for KeysymParseError
impl Unpin for KeysymParseError
impl UnwindSafe for KeysymParseError
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