[][src]Struct pairing_plus::bls12_381::Fq

pub struct Fq(_);

Trait Implementations

impl BaseFromRO for Fq[src]

type BaseLength = U64

impl Clone for Fq[src]

impl Copy for Fq[src]

impl Debug for Fq[src]

impl Display for Fq[src]

impl Eq for Fq[src]

impl Field for Fq[src]

fn random<R: RngCore + ?Sized>(rng: &mut R) -> Self[src]

Computes a uniformly random element using rejection sampling.

impl From<Fq> for FqRepr[src]

impl Ord for Fq[src]

Elements are ordered lexicographically.

impl PartialEq<Fq> for Fq[src]

impl PartialOrd<Fq> for Fq[src]

impl PrimeField for Fq[src]

type Repr = FqRepr

The prime field can be converted back and forth into this biginteger representation. Read more

impl Signum0 for Fq[src]

impl SqrtField for Fq[src]

impl Zeroize for Fq[src]

Auto Trait Implementations

impl RefUnwindSafe for Fq

impl Send for Fq

impl Sync for Fq

impl Unpin for Fq

impl UnwindSafe for Fq

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> FromRO for T where
    T: BaseFromRO
[src]

type Length = <T as BaseFromRO>::BaseLength

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<Z> Zeroize for Z where
    Z: DefaultIsZeroes
[src]