Struct debian_packaging::io::MultiDigester
source · pub struct MultiDigester { /* private fields */ }Expand description
A content digester that simultaneously computes multiple digest types.
Implementations§
source§impl MultiDigester
impl MultiDigester
sourcepub fn finish(self) -> MultiContentDigest
pub fn finish(self) -> MultiContentDigest
Finish digesting content.
Consumes the instance and returns a MultiContentDigest holding all the digests.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MultiDigester
impl Send for MultiDigester
impl !Sync for MultiDigester
impl Unpin for MultiDigester
impl !UnwindSafe for MultiDigester
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