pub struct EntropySource(/* private fields */);Expand description
EntropySource is used as a callback function when v8 needs a source of entropy.
Trait Implementations§
Source§impl Clone for EntropySource
impl Clone for EntropySource
Source§fn clone(&self) -> EntropySource
fn clone(&self) -> EntropySource
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 moreSource§impl<F> From<F> for EntropySource
impl<F> From<F> for EntropySource
impl Copy for EntropySource
Auto Trait Implementations§
impl Freeze for EntropySource
impl RefUnwindSafe for EntropySource
impl Send for EntropySource
impl Sync for EntropySource
impl Unpin for EntropySource
impl UnwindSafe for EntropySource
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)