pub enum LineDataType {
TextModifiersData(TextModifiersData),
ProgressBarData(ProgressBarData),
}Variants§
TextModifiersData(TextModifiersData)
ProgressBarData(ProgressBarData)
Trait Implementations§
Source§impl Debug for LineDataType
impl Debug for LineDataType
Auto Trait Implementations§
impl Freeze for LineDataType
impl RefUnwindSafe for LineDataType
impl Send for LineDataType
impl Sync for LineDataType
impl Unpin for LineDataType
impl UnsafeUnpin for LineDataType
impl UnwindSafe for LineDataType
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