pub struct VrfParams {
pub weight: u64,
pub round: u64,
pub seed: u64,
pub role: Role,
}Fields§
§weight: u64§round: u64§seed: u64§role: RoleTrait Implementations§
Auto Trait Implementations§
impl Freeze for VrfParams
impl RefUnwindSafe for VrfParams
impl Send for VrfParams
impl Sync for VrfParams
impl Unpin for VrfParams
impl UnsafeUnpin for VrfParams
impl UnwindSafe for VrfParams
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