[][src]Struct ibc::proofs::Proofs

pub struct Proofs { /* fields omitted */ }

Implementations

impl Proofs[src]

pub fn new(
    object_proof: CommitmentProof,
    consensus_proof: Option<ConsensusProof>,
    proofs_height: u64
) -> Result<Self, String>
[src]

Trait Implementations

impl Clone for Proofs[src]

impl Debug for Proofs[src]

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

impl PartialEq<Proofs> for Proofs[src]

impl Serialize for Proofs[src]

impl StructuralPartialEq for Proofs[src]

Auto Trait Implementations

impl RefUnwindSafe for Proofs

impl Send for Proofs

impl Sync for Proofs

impl Unpin for Proofs

impl UnwindSafe for Proofs

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,