pub enum BackgroundComplexity {
Simple,
Moderate,
Complex,
Dynamic,
}Expand description
Background complexity
Variants§
Trait Implementations§
Source§impl Clone for BackgroundComplexity
impl Clone for BackgroundComplexity
Source§fn clone(&self) -> BackgroundComplexity
fn clone(&self) -> BackgroundComplexity
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 BackgroundComplexity
impl Debug for BackgroundComplexity
Source§impl PartialEq for BackgroundComplexity
impl PartialEq for BackgroundComplexity
impl Copy for BackgroundComplexity
impl Eq for BackgroundComplexity
impl StructuralPartialEq for BackgroundComplexity
Auto Trait Implementations§
impl Freeze for BackgroundComplexity
impl RefUnwindSafe for BackgroundComplexity
impl Send for BackgroundComplexity
impl Sync for BackgroundComplexity
impl Unpin for BackgroundComplexity
impl UnsafeUnpin for BackgroundComplexity
impl UnwindSafe for BackgroundComplexity
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