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