pub struct History<'a> {
pub tasks: Vec<Value>,
/* private fields */
}
Fields§
§tasks: Vec<Value>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for History<'a>
impl<'a> !RefUnwindSafe for History<'a>
impl<'a> Send for History<'a>
impl<'a> Sync for History<'a>
impl<'a> Unpin for History<'a>
impl<'a> !UnwindSafe for History<'a>
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