pub struct StyleTask {
pub style: StylePrimitive,
pub ticked: String,
pub unticked: String,
}Expand description
Task item style settings.
Fields§
§style: StylePrimitivePrimitive style settings.
ticked: StringMarker for checked items.
unticked: StringMarker for unchecked items.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleTask
impl RefUnwindSafe for StyleTask
impl Send for StyleTask
impl Sync for StyleTask
impl Unpin for StyleTask
impl UnwindSafe for StyleTask
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