pub struct OutputTimeline {
pub events: Vec<OutputTimelineEvent>,
}Fields§
§events: Vec<OutputTimelineEvent>Implementations§
Source§impl OutputTimeline
impl OutputTimeline
pub fn new(events: Vec<OutputTimelineEvent>) -> OutputTimeline
Trait Implementations§
Source§impl Clone for OutputTimeline
impl Clone for OutputTimeline
Source§fn clone(&self) -> OutputTimeline
fn clone(&self) -> OutputTimeline
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 OutputTimeline
impl Debug for OutputTimeline
Source§impl Default for OutputTimeline
impl Default for OutputTimeline
Source§fn default() -> OutputTimeline
fn default() -> OutputTimeline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputTimeline
impl<'de> Deserialize<'de> for OutputTimeline
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OutputTimeline
impl PartialEq for OutputTimeline
Source§impl Serialize for OutputTimeline
impl Serialize for OutputTimeline
impl StructuralPartialEq for OutputTimeline
Auto Trait Implementations§
impl Freeze for OutputTimeline
impl RefUnwindSafe for OutputTimeline
impl Send for OutputTimeline
impl Sync for OutputTimeline
impl Unpin for OutputTimeline
impl UnwindSafe for OutputTimeline
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