pub struct DpopClient<T, S = MemoryStore<String, String>>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Clone for DpopClient<T>
impl<T> Clone for DpopClient<T>
Source§impl<T, S> HttpClient for DpopClient<T, S>
impl<T, S> HttpClient for DpopClient<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for DpopClient<T, S>where
S: Freeze,
impl<T, S> RefUnwindSafe for DpopClient<T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for DpopClient<T, S>
impl<T, S> Sync for DpopClient<T, S>
impl<T, S> Unpin for DpopClient<T, S>where
S: Unpin,
impl<T, S> UnwindSafe for DpopClient<T, S>where
S: UnwindSafe,
T: RefUnwindSafe,
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