pub enum WikiProject {
Wikipedia,
Wiktionary,
Wikiquote,
Wikivoyage,
Wikinews,
Wikibooks,
WikiSource,
Wikiversity,
Wikispecies,
Commons,
}Variants§
Wikipedia
Wiktionary
Wikiquote
Wikivoyage
Wikinews
Wikibooks
WikiSource
Wikiversity
Wikispecies
Commons
Trait Implementations§
Source§impl Clone for WikiProject
impl Clone for WikiProject
Source§fn clone(&self) -> WikiProject
fn clone(&self) -> WikiProject
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 WikiProject
Source§impl Debug for WikiProject
impl Debug for WikiProject
Source§impl Display for WikiProject
impl Display for WikiProject
impl Eq for WikiProject
Source§impl<'_derivative_strum> From<&'_derivative_strum WikiProject> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WikiProject> for &'static str
Source§fn from(x: &'_derivative_strum WikiProject) -> &'static str
fn from(x: &'_derivative_strum WikiProject) -> &'static str
Converts to this type from the input type.
Source§impl From<WikiProject> for &'static str
impl From<WikiProject> for &'static str
Source§fn from(x: WikiProject) -> &'static str
fn from(x: WikiProject) -> &'static str
Converts to this type from the input type.
Source§impl Hash for WikiProject
impl Hash for WikiProject
Source§impl Ord for WikiProject
impl Ord for WikiProject
Source§fn cmp(&self, other: &WikiProject) -> Ordering
fn cmp(&self, other: &WikiProject) -> 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 WikiProject
impl PartialEq for WikiProject
Source§fn eq(&self, other: &WikiProject) -> bool
fn eq(&self, other: &WikiProject) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WikiProject
impl PartialOrd for WikiProject
impl StructuralPartialEq for WikiProject
Auto Trait Implementations§
impl Freeze for WikiProject
impl RefUnwindSafe for WikiProject
impl Send for WikiProject
impl Sync for WikiProject
impl Unpin for WikiProject
impl UnsafeUnpin for WikiProject
impl UnwindSafe for WikiProject
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.