pub struct KeyMeaningWrapper(/* private fields */);
Expand description
Used to reduce verbosity of instantiating KeyMeaning
s.
Trait Implementations§
Source§impl From<KeyMeaning> for KeyMeaningWrapper
impl From<KeyMeaning> for KeyMeaningWrapper
Source§fn from(src: KeyMeaning) -> Self
fn from(src: KeyMeaning) -> Self
Converts to this type from the input type.
Source§impl From<KeyMeaningWrapper> for Option<KeyMeaning>
impl From<KeyMeaningWrapper> for Option<KeyMeaning>
Source§fn from(src: KeyMeaningWrapper) -> Self
fn from(src: KeyMeaningWrapper) -> Self
Converts to this type from the input type.
Source§impl From<NonPrintableKey> for KeyMeaningWrapper
impl From<NonPrintableKey> for KeyMeaningWrapper
Source§fn from(src: NonPrintableKey) -> Self
fn from(src: NonPrintableKey) -> Self
Converts to this type from the input type.
Source§impl From<Option<KeyMeaning>> for KeyMeaningWrapper
impl From<Option<KeyMeaning>> for KeyMeaningWrapper
Source§fn from(src: Option<KeyMeaning>) -> Self
fn from(src: Option<KeyMeaning>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyMeaningWrapper
impl RefUnwindSafe for KeyMeaningWrapper
impl Send for KeyMeaningWrapper
impl Sync for KeyMeaningWrapper
impl Unpin for KeyMeaningWrapper
impl UnwindSafe for KeyMeaningWrapper
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