pub struct AsyncDigestAuth<T>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> AsyncPredicate<Request<Body>> for AsyncDigestAuth<T>
impl<T> AsyncPredicate<Request<Body>> for AsyncDigestAuth<T>
Source§type Future = Pin<Box<dyn Future<Output = Result<<AsyncDigestAuth<T> as AsyncPredicate<Request<Body>>>::Request, <AsyncDigestAuth<T> as AsyncPredicate<Request<Body>>>::Response>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<AsyncDigestAuth<T> as AsyncPredicate<Request<Body>>>::Request, <AsyncDigestAuth<T> as AsyncPredicate<Request<Body>>>::Response>> + Send>>
The future returned by
checkSource§impl<T> Clone for AsyncDigestAuth<T>
impl<T> Clone for AsyncDigestAuth<T>
Source§fn clone(&self) -> AsyncDigestAuth<T>
fn clone(&self) -> AsyncDigestAuth<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T> Freeze for AsyncDigestAuth<T>where
T: Freeze,
impl<T> !RefUnwindSafe for AsyncDigestAuth<T>
impl<T> Send for AsyncDigestAuth<T>
impl<T> Sync for AsyncDigestAuth<T>where
T: Sync,
impl<T> Unpin for AsyncDigestAuth<T>where
T: Unpin,
impl<T> !UnwindSafe for AsyncDigestAuth<T>
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