pub struct ConditionalGet;Trait Implementations§
Source§impl Middleware for ConditionalGet
impl Middleware for ConditionalGet
fn after(&self, req: &mut dyn RequestExt, res: AfterResult) -> AfterResult
fn before(&self, _: &mut dyn RequestExt) -> Result<(), Box<dyn Error + Send>>
Auto Trait Implementations§
impl Freeze for ConditionalGet
impl RefUnwindSafe for ConditionalGet
impl Send for ConditionalGet
impl Sync for ConditionalGet
impl Unpin for ConditionalGet
impl UnwindSafe for ConditionalGet
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