pub struct HistoryRun {
pub text: String,
pub style: Style,
}Fields§
§text: String§style: StyleTrait Implementations§
Source§impl Clone for HistoryRun
impl Clone for HistoryRun
Source§fn clone(&self) -> HistoryRun
fn clone(&self) -> HistoryRun
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HistoryRun
impl Debug for HistoryRun
Source§impl PartialEq for HistoryRun
impl PartialEq for HistoryRun
impl Eq for HistoryRun
impl StructuralPartialEq for HistoryRun
Auto Trait Implementations§
impl Freeze for HistoryRun
impl RefUnwindSafe for HistoryRun
impl Send for HistoryRun
impl Sync for HistoryRun
impl Unpin for HistoryRun
impl UnsafeUnpin for HistoryRun
impl UnwindSafe for HistoryRun
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