[−][src]Struct ring::test::rand::FixedSliceRandom
An implementation of SecureRandom
that always fills the output slice
with the slice in bytes
. The length of the slice given to slice
must match exactly.
Fields
bytes: &'a [u8]
Trait Implementations
impl<'a> SecureRandom for FixedSliceRandom<'a>
[src][+]
impl<'a> Debug for FixedSliceRandom<'a>
[src][+]
Auto Trait Implementations
impl<'a> Unpin for FixedSliceRandom<'a>
impl<'a> Send for FixedSliceRandom<'a>
impl<'a> Sync for FixedSliceRandom<'a>
impl<'a> UnwindSafe for FixedSliceRandom<'a>
impl<'a> RefUnwindSafe for FixedSliceRandom<'a>
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,