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