pub struct Get;Expand description
Get request guard. A system with this as a parameter requires that the method be GET in order to run.
Trait Implementations§
Source§impl Resolve for Get
impl Resolve for Get
fn resolve(ctx: &mut RequestState<'_>) -> ResolveGuard<Self>
Auto Trait Implementations§
impl Freeze for Get
impl RefUnwindSafe for Get
impl Send for Get
impl Sync for Get
impl Unpin for Get
impl UnwindSafe for Get
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