pub struct UnicodeFinding {
pub kind: UnicodeKind,
pub codepoint: char,
}Fields§
§kind: UnicodeKind§codepoint: charTrait Implementations§
Source§impl Debug for UnicodeFinding
impl Debug for UnicodeFinding
Source§impl PartialEq for UnicodeFinding
impl PartialEq for UnicodeFinding
Source§fn eq(&self, other: &UnicodeFinding) -> bool
fn eq(&self, other: &UnicodeFinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UnicodeFinding
impl StructuralPartialEq for UnicodeFinding
Auto Trait Implementations§
impl Freeze for UnicodeFinding
impl RefUnwindSafe for UnicodeFinding
impl Send for UnicodeFinding
impl Sync for UnicodeFinding
impl Unpin for UnicodeFinding
impl UnsafeUnpin for UnicodeFinding
impl UnwindSafe for UnicodeFinding
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<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.