Struct ibc::core::ics24_host::path::ClientConsensusStatePath
source · [−]Fields
client_id: ClientId
epoch: u64
height: u64
Trait Implementations
sourceimpl Clone for ClientConsensusStatePath
impl Clone for ClientConsensusStatePath
sourcefn clone(&self) -> ClientConsensusStatePath
fn clone(&self) -> ClientConsensusStatePath
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ClientConsensusStatePath
impl Debug for ClientConsensusStatePath
sourceimpl Display for ClientConsensusStatePath
impl Display for ClientConsensusStatePath
sourceimpl From<ClientConsensusStatePath> for Path
impl From<ClientConsensusStatePath> for Path
sourcefn from(original: ClientConsensusStatePath) -> Path
fn from(original: ClientConsensusStatePath) -> Path
Converts to this type from the input type.
sourceimpl Hash for ClientConsensusStatePath
impl Hash for ClientConsensusStatePath
sourceimpl Ord for ClientConsensusStatePath
impl Ord for ClientConsensusStatePath
sourcefn cmp(&self, other: &ClientConsensusStatePath) -> Ordering
fn cmp(&self, other: &ClientConsensusStatePath) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ClientConsensusStatePath> for ClientConsensusStatePath
impl PartialEq<ClientConsensusStatePath> for ClientConsensusStatePath
sourcefn eq(&self, other: &ClientConsensusStatePath) -> bool
fn eq(&self, other: &ClientConsensusStatePath) -> bool
sourceimpl PartialOrd<ClientConsensusStatePath> for ClientConsensusStatePath
impl PartialOrd<ClientConsensusStatePath> for ClientConsensusStatePath
sourcefn partial_cmp(&self, other: &ClientConsensusStatePath) -> Option<Ordering>
fn partial_cmp(&self, other: &ClientConsensusStatePath) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ClientConsensusStatePath
impl StructuralEq for ClientConsensusStatePath
impl StructuralPartialEq for ClientConsensusStatePath
Auto Trait Implementations
impl RefUnwindSafe for ClientConsensusStatePath
impl Send for ClientConsensusStatePath
impl Sync for ClientConsensusStatePath
impl Unpin for ClientConsensusStatePath
impl UnwindSafe for ClientConsensusStatePath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more