pub struct ProfileColor(/* private fields */);Implementations§
Source§impl ProfileColor
impl ProfileColor
Trait Implementations§
Source§impl Clone for ProfileColor
impl Clone for ProfileColor
Source§fn clone(&self) -> ProfileColor
fn clone(&self) -> ProfileColor
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 moreSource§impl Debug for ProfileColor
impl Debug for ProfileColor
impl Eq for ProfileColor
Source§impl Hash for ProfileColor
impl Hash for ProfileColor
Source§impl Ord for ProfileColor
impl Ord for ProfileColor
Source§fn cmp(&self, other: &ProfileColor) -> Ordering
fn cmp(&self, other: &ProfileColor) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProfileColor
impl PartialEq for ProfileColor
Source§impl PartialOrd for ProfileColor
impl PartialOrd for ProfileColor
impl StructuralPartialEq for ProfileColor
Auto Trait Implementations§
impl Freeze for ProfileColor
impl RefUnwindSafe for ProfileColor
impl Send for ProfileColor
impl Sync for ProfileColor
impl Unpin for ProfileColor
impl UnsafeUnpin for ProfileColor
impl UnwindSafe for ProfileColor
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