pub struct HsmWithSha1Hasher {
pub hsm: HashSetMapBuilder<String>,
pub hasher: Sha1Hasher,
}Fields§
§hsm: HashSetMapBuilder<String>§hasher: Sha1HasherImplementations§
Auto Trait Implementations§
impl Freeze for HsmWithSha1Hasher
impl !RefUnwindSafe for HsmWithSha1Hasher
impl !Send for HsmWithSha1Hasher
impl !Sync for HsmWithSha1Hasher
impl Unpin for HsmWithSha1Hasher
impl !UnwindSafe for HsmWithSha1Hasher
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