pub struct MatchMark {
pub require_hanja: bool,
pub require_hangul: bool,
}Expand description
Dictionary-provided rendering constraints for a match.
Fields§
§require_hanja: boolWhether this dictionary entry should always show its hanja form.
require_hangul: boolWhether this dictionary entry should always show its hangul reading.
Trait Implementations§
impl Copy for MatchMark
impl Eq for MatchMark
impl StructuralPartialEq for MatchMark
Auto Trait Implementations§
impl Freeze for MatchMark
impl RefUnwindSafe for MatchMark
impl Send for MatchMark
impl Sync for MatchMark
impl Unpin for MatchMark
impl UnsafeUnpin for MatchMark
impl UnwindSafe for MatchMark
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.