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