pub enum RandomBytesError {
Backend(BackendError),
}Variants§
Backend(BackendError)
Trait Implementations§
Source§impl Clone for RandomBytesError
impl Clone for RandomBytesError
Source§fn clone(&self) -> RandomBytesError
fn clone(&self) -> RandomBytesError
Returns a duplicate 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 Debug for RandomBytesError
impl Debug for RandomBytesError
Source§impl PartialEq for RandomBytesError
impl PartialEq for RandomBytesError
impl Eq for RandomBytesError
impl StructuralPartialEq for RandomBytesError
Auto Trait Implementations§
impl Freeze for RandomBytesError
impl RefUnwindSafe for RandomBytesError
impl Send for RandomBytesError
impl Sync for RandomBytesError
impl Unpin for RandomBytesError
impl UnsafeUnpin for RandomBytesError
impl UnwindSafe for RandomBytesError
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