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