[][src]Struct secp256kfun::marker::SquareY

pub struct SquareY;

A Normal point whose y coordinate is known to be a square.

Trait Implementations

impl Clone for SquareY[src]

impl Copy for SquareY[src]

impl Debug for SquareY[src]

impl Default for SquareY[src]

impl Normalized for SquareY[src]

type YType = Self

Indicates what is known at compile time about the y-coordinate of the normalized point. It is either () or a YChoice.

impl YChoice for SquareY[src]

Auto Trait Implementations

impl RefUnwindSafe for SquareY

impl Send for SquareY

impl Sync for SquareY

impl Unpin for SquareY

impl UnwindSafe for SquareY

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<Y, YNew> ChangeMark<XOnly<Y>> for YNew where
    YNew: YChoice
[src]

type Out = XOnly<YNew>

The result type of marking T with Self

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

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

impl<T> Mark for 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, 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.