Struct snowbridge_amcl::rand::RAND
source · pub struct RAND { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RAND
impl Send for RAND
impl Sync for RAND
impl Unpin for RAND
impl UnwindSafe for RAND
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