pub struct DataWorkerHistory { /* private fields */ }Trait Implementations§
Source§impl Debug for DataWorkerHistory
impl Debug for DataWorkerHistory
Source§impl Default for DataWorkerHistory
impl Default for DataWorkerHistory
Source§fn default() -> DataWorkerHistory
fn default() -> DataWorkerHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for DataWorkerHistory
impl !RefUnwindSafe for DataWorkerHistory
impl Send for DataWorkerHistory
impl Sync for DataWorkerHistory
impl Unpin for DataWorkerHistory
impl UnwindSafe for DataWorkerHistory
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