Skip to main content

NonZeroCurvePoint

Type Alias NonZeroCurvePoint 

Source
pub type NonZeroCurvePoint = Base58CheckOfBinProt<NonZeroCurvePointUncompressedStableV1, Versioned<NonZeroCurvePointWithVersions, 1>, { crate::b58version::NON_ZERO_CURVE_POINT_COMPRESSED }>;

Aliased Type§

pub struct NonZeroCurvePoint(NonZeroCurvePointUncompressedStableV1, PhantomData<Versioned<NonZeroCurvePointWithVersions, 1>>);

Tuple Fields§

§0: NonZeroCurvePointUncompressedStableV1§1: PhantomData<Versioned<NonZeroCurvePointWithVersions, 1>>

Trait Implementations§

Source§

impl From<&CompressedPubKey> for NonZeroCurvePoint

Source§

fn from(v: &CompressedPubKey) -> NonZeroCurvePoint

Converts to this type from the input type.
Source§

impl PartialSchema for NonZeroCurvePoint

Source§

fn schema() -> RefOr<Schema>

Return ref or schema of implementing type that can then be used to construct combined schemas.
Source§

impl ToSchema for NonZeroCurvePoint

Source§

fn name() -> Cow<'static, str>

Return name of the schema. Read more
§

fn schemas(schemas: &mut Vec<(String, RefOr<Schema>)>)

Implement reference [utoipa::openapi::schema::Schema]s for this type. Read more