pub struct reminderAt;Trait Implementations§
Source§impl HasArgument<reminderAt> for issueReminder
impl HasArgument<reminderAt> for issueReminder
Auto Trait Implementations§
impl Freeze for reminderAt
impl RefUnwindSafe for reminderAt
impl Send for reminderAt
impl Sync for reminderAt
impl Unpin for reminderAt
impl UnwindSafe for reminderAt
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