pub struct PublicPolynomial {
pub(crate) inner: Public<MinSig>,
}Fields§
§inner: Public<MinSig>Implementations§
Source§impl PublicPolynomial
impl PublicPolynomial
pub fn into_inner(self) -> Public<MinSig>
Trait Implementations§
Source§impl Clone for PublicPolynomial
impl Clone for PublicPolynomial
Source§fn clone(&self) -> PublicPolynomial
fn clone(&self) -> PublicPolynomial
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PublicPolynomial
impl Debug for PublicPolynomial
Source§impl<'de> Deserialize<'de> for PublicPolynomial
impl<'de> Deserialize<'de> for PublicPolynomial
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Poly<<MinSig as Variant>::Public>> for PublicPolynomial
impl From<Poly<<MinSig as Variant>::Public>> for PublicPolynomial
Source§impl PartialEq for PublicPolynomial
impl PartialEq for PublicPolynomial
Source§impl Serialize for PublicPolynomial
impl Serialize for PublicPolynomial
impl Eq for PublicPolynomial
impl StructuralPartialEq for PublicPolynomial
Auto Trait Implementations§
impl Freeze for PublicPolynomial
impl RefUnwindSafe for PublicPolynomial
impl Send for PublicPolynomial
impl Sync for PublicPolynomial
impl Unpin for PublicPolynomial
impl UnwindSafe for PublicPolynomial
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes