pub struct easy;
Expand description
route handler that renders individual views for sitekeys
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for easy
impl Send for easy
impl Sync for easy
impl Unpin for easy
impl UnwindSafe for easy
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