pub enum SeriesLimit {
None,
Moderate,
Aggressive,
}Variants§
Trait Implementations§
Source§impl Clone for SeriesLimit
impl Clone for SeriesLimit
Source§fn clone(&self) -> SeriesLimit
fn clone(&self) -> SeriesLimit
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 SeriesLimit
impl Debug for SeriesLimit
impl Copy for SeriesLimit
Auto Trait Implementations§
impl Freeze for SeriesLimit
impl RefUnwindSafe for SeriesLimit
impl Send for SeriesLimit
impl Sync for SeriesLimit
impl Unpin for SeriesLimit
impl UnwindSafe for SeriesLimit
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