pub struct SetBackgroundColorMessage {
pub color: Option<Color>,
}
Expand description
Message used to set the background color on a facet
Fields§
§color: Option<Color>
color value to use.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetBackgroundColorMessage
impl RefUnwindSafe for SetBackgroundColorMessage
impl Send for SetBackgroundColorMessage
impl Sync for SetBackgroundColorMessage
impl Unpin for SetBackgroundColorMessage
impl UnwindSafe for SetBackgroundColorMessage
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