Struct cryptix_blmq::BLMQ
source · pub struct BLMQ<R: CryptoRngCore> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> RefUnwindSafe for BLMQ<R>where R: RefUnwindSafe,
impl<R> Send for BLMQ<R>where R: Send,
impl<R> Sync for BLMQ<R>where R: Sync,
impl<R> Unpin for BLMQ<R>where R: Unpin,
impl<R> UnwindSafe for BLMQ<R>where R: 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