pub struct AfterRouteMatcher { /* private fields */ }
Implementations§
Source§impl AfterRouteMatcher
impl AfterRouteMatcher
pub fn new(date_time: NaiveDateTime) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AfterRouteMatcher
impl RefUnwindSafe for AfterRouteMatcher
impl Send for AfterRouteMatcher
impl Sync for AfterRouteMatcher
impl Unpin for AfterRouteMatcher
impl UnwindSafe for AfterRouteMatcher
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