pub struct StyleColorToken { /* private fields */ }Expand description
Token for managing style color changes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleColorToken
impl RefUnwindSafe for StyleColorToken
impl Send for StyleColorToken
impl Sync for StyleColorToken
impl Unpin for StyleColorToken
impl UnwindSafe for StyleColorToken
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