pub struct ColorToken;Implementations§
Source§impl ColorToken
impl ColorToken
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorToken
impl RefUnwindSafe for ColorToken
impl Send for ColorToken
impl Sync for ColorToken
impl Unpin for ColorToken
impl UnwindSafe for ColorToken
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