pub struct TimelineResult {
pub rows: Vec<TimelineRow>,
}Fields§
§rows: Vec<TimelineRow>Trait Implementations§
Source§impl Debug for TimelineResult
impl Debug for TimelineResult
Auto Trait Implementations§
impl Freeze for TimelineResult
impl RefUnwindSafe for TimelineResult
impl Send for TimelineResult
impl Sync for TimelineResult
impl Unpin for TimelineResult
impl UnsafeUnpin for TimelineResult
impl UnwindSafe for TimelineResult
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