pub enum TimelineDotColor {
Grey,
Inherit,
Primary,
Secondary,
Error,
Info,
Success,
Warning,
}Expand description
Color scheme for timeline dot.
Variants§
Grey
Grey color (default)
Inherit
Inherit color from context
Primary
Primary theme color
Secondary
Secondary theme color
Error
Error/danger color
Info
Info color
Success
Success color
Warning
Warning color
Trait Implementations§
Source§impl Clone for TimelineDotColor
impl Clone for TimelineDotColor
Source§fn clone(&self) -> TimelineDotColor
fn clone(&self) -> TimelineDotColor
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 TimelineDotColor
impl Debug for TimelineDotColor
Source§impl Default for TimelineDotColor
impl Default for TimelineDotColor
Source§impl PartialEq for TimelineDotColor
impl PartialEq for TimelineDotColor
impl Copy for TimelineDotColor
impl Eq for TimelineDotColor
impl StructuralPartialEq for TimelineDotColor
Auto Trait Implementations§
impl Freeze for TimelineDotColor
impl RefUnwindSafe for TimelineDotColor
impl Send for TimelineDotColor
impl Sync for TimelineDotColor
impl Unpin for TimelineDotColor
impl UnsafeUnpin for TimelineDotColor
impl UnwindSafe for TimelineDotColor
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