pub struct BarColorPayload {
pub color: String,
}Fields§
§color: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BarColorPayload
impl RefUnwindSafe for BarColorPayload
impl Send for BarColorPayload
impl Sync for BarColorPayload
impl Unpin for BarColorPayload
impl UnwindSafe for BarColorPayload
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