pub struct current_digest;Trait Implementations§
Source§impl HttpServiceFactory for current_digest
impl HttpServiceFactory for current_digest
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for current_digest
impl RefUnwindSafe for current_digest
impl Send for current_digest
impl Sync for current_digest
impl Unpin for current_digest
impl UnwindSafe for current_digest
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