Struct ibc_types_path::ClientStatePath
source · pub struct ClientStatePath(pub ClientId);
Tuple Fields§
§0: ClientId
Implementations§
source§impl ClientStatePath
impl ClientStatePath
pub fn new(client_id: &ClientId) -> ClientStatePath
Trait Implementations§
source§impl Clone for ClientStatePath
impl Clone for ClientStatePath
source§fn clone(&self) -> ClientStatePath
fn clone(&self) -> ClientStatePath
Returns a copy 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 ClientStatePath
impl Debug for ClientStatePath
source§impl Display for ClientStatePath
impl Display for ClientStatePath
source§impl From<ClientStatePath> for Path
impl From<ClientStatePath> for Path
source§fn from(original: ClientStatePath) -> Path
fn from(original: ClientStatePath) -> Path
Converts to this type from the input type.
source§impl Hash for ClientStatePath
impl Hash for ClientStatePath
source§impl Ord for ClientStatePath
impl Ord for ClientStatePath
source§fn cmp(&self, other: &ClientStatePath) -> Ordering
fn cmp(&self, other: &ClientStatePath) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ClientStatePath
impl PartialEq for ClientStatePath
source§fn eq(&self, other: &ClientStatePath) -> bool
fn eq(&self, other: &ClientStatePath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ClientStatePath
impl PartialOrd for ClientStatePath
source§fn partial_cmp(&self, other: &ClientStatePath) -> Option<Ordering>
fn partial_cmp(&self, other: &ClientStatePath) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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 ClientStatePath
impl StructuralEq for ClientStatePath
impl StructuralPartialEq for ClientStatePath
Auto Trait Implementations§
impl RefUnwindSafe for ClientStatePath
impl Send for ClientStatePath
impl Sync for ClientStatePath
impl Unpin for ClientStatePath
impl UnwindSafe for ClientStatePath
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