Struct pprof::flamegraph::color::SearchColor
source · pub struct SearchColor(_);
Expand description
SearchColor::default()
is rgb(230,0,230)
.
Trait Implementations§
source§impl Clone for SearchColor
impl Clone for SearchColor
source§fn clone(&self) -> SearchColor
fn clone(&self) -> SearchColor
Returns a copy 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 SearchColor
impl Debug for SearchColor
source§impl Display for SearchColor
impl Display for SearchColor
source§impl FromStr for SearchColor
impl FromStr for SearchColor
source§impl PartialEq<SearchColor> for SearchColor
impl PartialEq<SearchColor> for SearchColor
source§fn eq(&self, other: &SearchColor) -> bool
fn eq(&self, other: &SearchColor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SearchColor
impl Eq for SearchColor
impl StructuralEq for SearchColor
impl StructuralPartialEq for SearchColor
Auto Trait Implementations§
impl RefUnwindSafe for SearchColor
impl Send for SearchColor
impl Sync for SearchColor
impl Unpin for SearchColor
impl UnwindSafe for SearchColor
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.