pub struct SetAccentForeground<S: State = Empty>(/* private fields */);Expand description
State transition - sets the accent_foreground field to Set
Trait Implementations§
Source§impl<S: State> State for SetAccentForeground<S>
impl<S: State> State for SetAccentForeground<S>
type AccentForeground = Set<accent_foreground>
type Background = <S as State>::Background
type Foreground = <S as State>::Foreground
type Accent = <S as State>::Accent
Auto Trait Implementations§
impl<S> Freeze for SetAccentForeground<S>
impl<S> RefUnwindSafe for SetAccentForeground<S>
impl<S> Send for SetAccentForeground<S>
impl<S> Sync for SetAccentForeground<S>
impl<S> Unpin for SetAccentForeground<S>
impl<S> UnsafeUnpin for SetAccentForeground<S>
impl<S> UnwindSafe for SetAccentForeground<S>
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