Enum wiktionary_dump_parser::urls::DumpBaseUrl
source · pub enum DumpBaseUrl {
Default,
Custom(String),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for DumpBaseUrl
impl Clone for DumpBaseUrl
source§fn clone(&self) -> DumpBaseUrl
fn clone(&self) -> DumpBaseUrl
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 DumpBaseUrl
impl Debug for DumpBaseUrl
source§impl PartialEq<DumpBaseUrl> for DumpBaseUrl
impl PartialEq<DumpBaseUrl> for DumpBaseUrl
source§fn eq(&self, other: &DumpBaseUrl) -> bool
fn eq(&self, other: &DumpBaseUrl) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DumpBaseUrl
impl StructuralEq for DumpBaseUrl
impl StructuralPartialEq for DumpBaseUrl
Auto Trait Implementations§
impl RefUnwindSafe for DumpBaseUrl
impl Send for DumpBaseUrl
impl Sync for DumpBaseUrl
impl Unpin for DumpBaseUrl
impl UnwindSafe for DumpBaseUrl
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.