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