pub struct TimelineEvent { /* private fields */ }Implementations§
Source§impl TimelineEvent
impl TimelineEvent
pub fn new(title: String, timestamp: String) -> TimelineEvent
pub fn description(self, desc: String) -> TimelineEvent
pub fn icon(self, icon: String) -> TimelineEvent
pub fn color(self, color: String) -> TimelineEvent
Auto Trait Implementations§
impl Freeze for TimelineEvent
impl RefUnwindSafe for TimelineEvent
impl Send for TimelineEvent
impl Sync for TimelineEvent
impl Unpin for TimelineEvent
impl UnwindSafe for TimelineEvent
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