pub struct KangarooTwelve<T> { /* private fields */ }
Expand description
Implementations§
Source§impl<T> KangarooTwelve<T>
impl<T> KangarooTwelve<T>
Sourcepub fn new(custom_string: T) -> Self
pub fn new(custom_string: T) -> Self
Creates new KangarooTwelve
hasher with a security level of 128 bits.
Trait Implementations§
Source§impl<T: Clone> Clone for KangarooTwelve<T>
impl<T: Clone> Clone for KangarooTwelve<T>
Source§fn clone(&self) -> KangarooTwelve<T>
fn clone(&self) -> KangarooTwelve<T>
Returns a copy of the value. Read more
1.0.0 · 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<T> Freeze for KangarooTwelve<T>where
T: Freeze,
impl<T> RefUnwindSafe for KangarooTwelve<T>where
T: RefUnwindSafe,
impl<T> Send for KangarooTwelve<T>where
T: Send,
impl<T> Sync for KangarooTwelve<T>where
T: Sync,
impl<T> Unpin for KangarooTwelve<T>where
T: Unpin,
impl<T> UnwindSafe for KangarooTwelve<T>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)