pub struct VrfKeypair { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for VrfKeypair
impl RefUnwindSafe for VrfKeypair
impl Send for VrfKeypair
impl Sync for VrfKeypair
impl Unpin for VrfKeypair
impl UnsafeUnpin for VrfKeypair
impl UnwindSafe for VrfKeypair
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