pub struct Resource<'r> { /* private fields */ }Expand description
The seven RESTful routes, registered one at a time.
Implementations§
Auto Trait Implementations§
impl<'r> !RefUnwindSafe for Resource<'r>
impl<'r> !UnwindSafe for Resource<'r>
impl<'r> Freeze for Resource<'r>
impl<'r> Send for Resource<'r>
impl<'r> Sync for Resource<'r>
impl<'r> Unpin for Resource<'r>
impl<'r> UnsafeUnpin for Resource<'r>
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