pub enum ParseOption {
All,
ReadingSessions,
DictionaryLookups,
BrightnessHistory,
NaturalLightHistory,
Bookmarks,
AppStart,
PluggedIn,
}Variants§
All
ReadingSessions
DictionaryLookups
BrightnessHistory
NaturalLightHistory
Bookmarks
AppStart
PluggedIn
Trait Implementations§
Source§impl Clone for ParseOption
impl Clone for ParseOption
Source§fn clone(&self) -> ParseOption
fn clone(&self) -> ParseOption
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 ParseOption
Source§impl Debug for ParseOption
impl Debug for ParseOption
impl Eq for ParseOption
Source§impl PartialEq for ParseOption
impl PartialEq for ParseOption
Source§fn eq(&self, other: &ParseOption) -> bool
fn eq(&self, other: &ParseOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParseOption
Auto Trait Implementations§
impl Freeze for ParseOption
impl RefUnwindSafe for ParseOption
impl Send for ParseOption
impl Sync for ParseOption
impl Unpin for ParseOption
impl UnsafeUnpin for ParseOption
impl UnwindSafe for ParseOption
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