pub enum RngError {
RngNotInitialized(String),
}Expand description
RngError Errors raised when randomness is unavailable.
Variants§
Trait Implementations§
Source§impl CandidType for RngError
impl CandidType for RngError
impl Eq for RngError
impl StructuralPartialEq for RngError
Auto Trait Implementations§
impl Freeze for RngError
impl RefUnwindSafe for RngError
impl Send for RngError
impl Sync for RngError
impl Unpin for RngError
impl UnwindSafe for RngError
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