pub struct finishedAt;
Trait Implementations§
Source§impl Field for finishedAt
impl Field for finishedAt
Source§impl HasField<finishedAt> for CronHistory
impl HasField<finishedAt> for CronHistory
Auto Trait Implementations§
impl Freeze for finishedAt
impl RefUnwindSafe for finishedAt
impl Send for finishedAt
impl Sync for finishedAt
impl Unpin for finishedAt
impl UnwindSafe for finishedAt
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