pub struct AutoColors { /* private fields */ }
Implementations§
§impl AutoColors
impl AutoColors
Trait Implementations§
source§impl Clone for AutoColors
impl Clone for AutoColors
source§fn clone(&self) -> AutoColors
fn clone(&self) -> AutoColors
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 AutoColors
impl Debug for AutoColors
source§impl Default for AutoColors
impl Default for AutoColors
source§fn default() -> AutoColors
fn default() -> AutoColors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AutoColors
impl<'de> Deserialize<'de> for AutoColors
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for AutoColors
impl Ord for AutoColors
source§fn cmp(&self, other: &AutoColors) -> Ordering
fn cmp(&self, other: &AutoColors) -> Ordering
1.21.0 · 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
source§impl PartialEq for AutoColors
impl PartialEq for AutoColors
source§impl PartialOrd for AutoColors
impl PartialOrd for AutoColors
source§impl Serialize for AutoColors
impl Serialize for AutoColors
impl Eq for AutoColors
impl StructuralPartialEq for AutoColors
Auto Trait Implementations§
impl Freeze for AutoColors
impl RefUnwindSafe for AutoColors
impl Send for AutoColors
impl Sync for AutoColors
impl Unpin for AutoColors
impl UnwindSafe for AutoColors
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)