pub enum MatchTarget {
Pattern,
Font,
Scan,
}Variants§
Trait Implementations§
Source§impl Clone for MatchTarget
impl Clone for MatchTarget
Source§fn clone(&self) -> MatchTarget
fn clone(&self) -> MatchTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MatchTarget
Source§impl Debug for MatchTarget
impl Debug for MatchTarget
Source§impl Default for MatchTarget
impl Default for MatchTarget
impl Eq for MatchTarget
Source§impl FromStr for MatchTarget
impl FromStr for MatchTarget
Source§impl PartialEq for MatchTarget
impl PartialEq for MatchTarget
Source§fn eq(&self, other: &MatchTarget) -> bool
fn eq(&self, other: &MatchTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MatchTarget
Auto Trait Implementations§
impl Freeze for MatchTarget
impl RefUnwindSafe for MatchTarget
impl Send for MatchTarget
impl Sync for MatchTarget
impl Unpin for MatchTarget
impl UnsafeUnpin for MatchTarget
impl UnwindSafe for MatchTarget
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