pub struct FreshWithDigest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CarryPolicy for FreshWithDigest
impl CarryPolicy for FreshWithDigest
fn prepare<'life0, 'async_trait>(
&'life0 self,
context: CarryContext,
) -> Pin<Box<dyn Future<Output = Result<PreparedAttempt>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for FreshWithDigest
impl !UnwindSafe for FreshWithDigest
impl Freeze for FreshWithDigest
impl Send for FreshWithDigest
impl Sync for FreshWithDigest
impl Unpin for FreshWithDigest
impl UnsafeUnpin for FreshWithDigest
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