Enum debian_watch::SearchMode
source · pub enum SearchMode {
Html,
Plain,
}Variants§
Trait Implementations§
source§impl Clone for SearchMode
impl Clone for SearchMode
source§fn clone(&self) -> SearchMode
fn clone(&self) -> SearchMode
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 SearchMode
impl Debug for SearchMode
source§impl Default for SearchMode
impl Default for SearchMode
source§fn default() -> SearchMode
fn default() -> SearchMode
Returns the “default value” for a type. Read more
source§impl FromStr for SearchMode
impl FromStr for SearchMode
source§impl Hash for SearchMode
impl Hash for SearchMode
source§impl PartialEq for SearchMode
impl PartialEq for SearchMode
source§fn eq(&self, other: &SearchMode) -> bool
fn eq(&self, other: &SearchMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToString for SearchMode
impl ToString for SearchMode
impl Copy for SearchMode
impl Eq for SearchMode
impl StructuralEq for SearchMode
impl StructuralPartialEq for SearchMode
Auto Trait Implementations§
impl RefUnwindSafe for SearchMode
impl Send for SearchMode
impl Sync for SearchMode
impl Unpin for SearchMode
impl UnwindSafe for SearchMode
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