pub struct RuestFactory;Expand description
Factory for creating RUEST applications (NestJS-style).
Implementations§
Source§impl RuestFactory
impl RuestFactory
Auto Trait Implementations§
impl Freeze for RuestFactory
impl RefUnwindSafe for RuestFactory
impl Send for RuestFactory
impl Sync for RuestFactory
impl Unpin for RuestFactory
impl UnsafeUnpin for RuestFactory
impl UnwindSafe for RuestFactory
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