pub struct TimelineGroup {
pub date: String,
pub ascii_tree: String,
}Expand description
A group of specs for a timeline entry
Fields§
§date: StringThe date/period label for this group
ascii_tree: StringASCII tree representation of specs in this group
Trait Implementations§
Source§impl Clone for TimelineGroup
impl Clone for TimelineGroup
Source§fn clone(&self) -> TimelineGroup
fn clone(&self) -> TimelineGroup
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 TimelineGroup
impl Debug for TimelineGroup
Auto Trait Implementations§
impl Freeze for TimelineGroup
impl RefUnwindSafe for TimelineGroup
impl Send for TimelineGroup
impl Sync for TimelineGroup
impl Unpin for TimelineGroup
impl UnwindSafe for TimelineGroup
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