Enum infer::MatcherType
source · pub enum MatcherType {
App,
Archive,
Audio,
Book,
Doc,
Font,
Image,
Text,
Video,
Custom,
}
Variants§
Trait Implementations§
source§impl Clone for MatcherType
impl Clone for MatcherType
source§fn clone(&self) -> MatcherType
fn clone(&self) -> MatcherType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MatcherType
impl Debug for MatcherType
source§impl PartialEq for MatcherType
impl PartialEq for MatcherType
source§fn eq(&self, other: &MatcherType) -> bool
fn eq(&self, other: &MatcherType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MatcherType
impl Eq for MatcherType
impl StructuralPartialEq for MatcherType
Auto Trait Implementations§
impl Freeze for MatcherType
impl RefUnwindSafe for MatcherType
impl Send for MatcherType
impl Sync for MatcherType
impl Unpin for MatcherType
impl UnwindSafe for MatcherType
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