pub struct HistoryBlock {
pub lines: Vec<HistoryLine>,
}Fields§
§lines: Vec<HistoryLine>Trait Implementations§
Source§impl Clone for HistoryBlock
impl Clone for HistoryBlock
Source§fn clone(&self) -> HistoryBlock
fn clone(&self) -> HistoryBlock
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 HistoryBlock
impl Debug for HistoryBlock
Source§impl PartialEq for HistoryBlock
impl PartialEq for HistoryBlock
impl Eq for HistoryBlock
impl StructuralPartialEq for HistoryBlock
Auto Trait Implementations§
impl Freeze for HistoryBlock
impl RefUnwindSafe for HistoryBlock
impl Send for HistoryBlock
impl Sync for HistoryBlock
impl Unpin for HistoryBlock
impl UnsafeUnpin for HistoryBlock
impl UnwindSafe for HistoryBlock
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