[][src]Struct wedpr_indy_crypto::cl::Predicate

pub struct Predicate { /* fields omitted */ }

Some condition that must be satisfied.

Implementations

impl Predicate[src]

pub fn get_delta(&self, attr_value: i64) -> i64[src]

pub fn get_delta_prime(&self) -> Result<BigNumber, IndyCryptoError>[src]

pub fn is_less(&self) -> bool[src]

Trait Implementations

impl Clone for Predicate[src]

impl Debug for Predicate[src]

impl<'de> Deserialize<'de> for Predicate[src]

impl Eq for Predicate[src]

impl Hash for Predicate[src]

impl Ord for Predicate[src]

impl PartialEq<Predicate> for Predicate[src]

impl PartialOrd<Predicate> for Predicate[src]

impl Serialize for Predicate[src]

impl StructuralEq for Predicate[src]

impl StructuralPartialEq for Predicate[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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, 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.