pub enum CorpusSource {
Top100,
Forum,
}Expand description
Corpus source label.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CorpusSource
impl Clone for CorpusSource
Source§fn clone(&self) -> CorpusSource
fn clone(&self) -> CorpusSource
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 moreSource§impl Debug for CorpusSource
impl Debug for CorpusSource
Source§impl Ord for CorpusSource
impl Ord for CorpusSource
Source§fn cmp(&self, other: &CorpusSource) -> Ordering
fn cmp(&self, other: &CorpusSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CorpusSource
impl PartialEq for CorpusSource
Source§fn eq(&self, other: &CorpusSource) -> bool
fn eq(&self, other: &CorpusSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CorpusSource
impl PartialOrd for CorpusSource
impl Copy for CorpusSource
impl Eq for CorpusSource
impl StructuralPartialEq for CorpusSource
Auto Trait Implementations§
impl Freeze for CorpusSource
impl RefUnwindSafe for CorpusSource
impl Send for CorpusSource
impl Sync for CorpusSource
impl Unpin for CorpusSource
impl UnsafeUnpin for CorpusSource
impl UnwindSafe for CorpusSource
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