pub struct NgynService(/* private fields */);
Trait Implementations§
Source§impl From<HyperApplication> for NgynService
impl From<HyperApplication> for NgynService
Source§fn from(app: HyperApplication) -> Self
fn from(app: HyperApplication) -> Self
Converts to this type from the input type.
Source§impl Service for NgynService
impl Service for NgynService
Auto Trait Implementations§
impl !Freeze for NgynService
impl !RefUnwindSafe for NgynService
impl Send for NgynService
impl Sync for NgynService
impl Unpin for NgynService
impl !UnwindSafe for NgynService
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