pub struct ResponseHashRewinder<'a>(/* private fields */);Expand description
A struct used to rewind resources before hashing them to call
crate::Manager::apply_hash_check_reply.
Implementations§
source§impl<'a> ResponseHashRewinder<'a>
impl<'a> ResponseHashRewinder<'a>
sourcepub fn unwinder(&mut self) -> &mut Unwinder<'a>
pub fn unwinder(&mut self) -> &mut Unwinder<'a>
Unwind the resources before creating a hash for crate::Manager::apply_hash_check_reply.
Call this for every resource.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ResponseHashRewinder<'a>
impl<'a> RefUnwindSafe for ResponseHashRewinder<'a>
impl<'a> Send for ResponseHashRewinder<'a>
impl<'a> Sync for ResponseHashRewinder<'a>
impl<'a> Unpin for ResponseHashRewinder<'a>
impl<'a> UnwindSafe for ResponseHashRewinder<'a>
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