pub enum RainbowType {
BestOf,
WorstOf,
Spread,
Basket,
Exchange,
}Variants§
Trait Implementations§
Source§impl Clone for RainbowType
impl Clone for RainbowType
Source§fn clone(&self) -> RainbowType
fn clone(&self) -> RainbowType
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 RainbowType
Source§impl Debug for RainbowType
impl Debug for RainbowType
impl Eq for RainbowType
Source§impl PartialEq for RainbowType
impl PartialEq for RainbowType
impl StructuralPartialEq for RainbowType
Auto Trait Implementations§
impl Freeze for RainbowType
impl RefUnwindSafe for RainbowType
impl Send for RainbowType
impl Sync for RainbowType
impl Unpin for RainbowType
impl UnsafeUnpin for RainbowType
impl UnwindSafe for RainbowType
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