pub struct NeutralTokens {Show 18 fields
pub body: Hsla,
pub card: Hsla,
pub modal: Hsla,
pub popover: Hsla,
pub inverted: Hsla,
pub text_1: Hsla,
pub text_2: Hsla,
pub text_3: Hsla,
pub text_disabled: Hsla,
pub placeholder: Hsla,
pub icon: Hsla,
pub border: Hsla,
pub divider: Hsla,
pub hover: Hsla,
pub pressed: Hsla,
pub rail: Hsla,
pub overlay: Hsla,
pub mask: Hsla,
}Fields§
§body: Hsla§card: Hsla§modal: Hsla§popover: Hsla§inverted: Hsla§text_1: Hsla§text_2: Hsla§text_3: Hsla§text_disabled: Hsla§placeholder: Hsla§icon: Hsla§border: Hsla§divider: Hsla§hover: Hsla§pressed: Hsla§rail: Hsla§overlay: Hsla§mask: HslaTrait Implementations§
Source§impl Clone for NeutralTokens
impl Clone for NeutralTokens
Source§fn clone(&self) -> NeutralTokens
fn clone(&self) -> NeutralTokens
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 moreAuto Trait Implementations§
impl Freeze for NeutralTokens
impl RefUnwindSafe for NeutralTokens
impl Send for NeutralTokens
impl Sync for NeutralTokens
impl Unpin for NeutralTokens
impl UnsafeUnpin for NeutralTokens
impl UnwindSafe for NeutralTokens
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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more