pub struct Timeline<T: 'static> { /* private fields */ }Expand description
Handle to a typed, append-only event timeline.
Clone is cheap (Rc-based). All clones share the same underlying storage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Timeline<T>
impl<T> !RefUnwindSafe for Timeline<T>
impl<T> !Send for Timeline<T>
impl<T> !Sync for Timeline<T>
impl<T> Unpin for Timeline<T>
impl<T> UnsafeUnpin for Timeline<T>
impl<T> !UnwindSafe for Timeline<T>
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