pub struct LibQHashProvider { /* private fields */ }Expand description
lib-Q hash provider implementation
This provider implements hash operations for lib-Q with proper security validation and algorithm routing.
Implementations§
Trait Implementations§
Source§impl Clone for LibQHashProvider
impl Clone for LibQHashProvider
Source§fn clone(&self) -> LibQHashProvider
fn clone(&self) -> LibQHashProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LibQHashProvider
impl RefUnwindSafe for LibQHashProvider
impl Send for LibQHashProvider
impl Sync for LibQHashProvider
impl Unpin for LibQHashProvider
impl UnsafeUnpin for LibQHashProvider
impl UnwindSafe for LibQHashProvider
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