pub struct ReadyStep(/* private fields */);Expand description
Just the digests that are applicable to this operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadyStep
impl RefUnwindSafe for ReadyStep
impl Send for ReadyStep
impl Sync for ReadyStep
impl Unpin for ReadyStep
impl UnwindSafe for ReadyStep
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