pub enum RngType {
URandom = 0,
Random = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for RngType
impl RefUnwindSafe for RngType
impl Send for RngType
impl Sync for RngType
impl Unpin for RngType
impl UnwindSafe for RngType
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