pub enum OptionsFeed {
Opra,
Indicative,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OptionsFeed
impl Clone for OptionsFeed
Source§fn clone(&self) -> OptionsFeed
fn clone(&self) -> OptionsFeed
Returns a duplicate 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 OptionsFeed
impl Debug for OptionsFeed
Source§impl Default for OptionsFeed
impl Default for OptionsFeed
Source§fn default() -> OptionsFeed
fn default() -> OptionsFeed
Returns the “default value” for a type. Read more
Source§impl Display for OptionsFeed
impl Display for OptionsFeed
Source§impl PartialEq for OptionsFeed
impl PartialEq for OptionsFeed
impl Copy for OptionsFeed
impl Eq for OptionsFeed
impl StructuralPartialEq for OptionsFeed
Auto Trait Implementations§
impl Freeze for OptionsFeed
impl RefUnwindSafe for OptionsFeed
impl Send for OptionsFeed
impl Sync for OptionsFeed
impl Unpin for OptionsFeed
impl UnwindSafe for OptionsFeed
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,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.