Struct ibc_types_path::ClientTypePath
source · pub struct ClientTypePath(pub ClientId);
Tuple Fields§
§0: ClientId
Implementations§
source§impl ClientTypePath
impl ClientTypePath
pub fn new(client_id: &ClientId) -> ClientTypePath
Trait Implementations§
source§impl Clone for ClientTypePath
impl Clone for ClientTypePath
source§fn clone(&self) -> ClientTypePath
fn clone(&self) -> ClientTypePath
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 ClientTypePath
impl Debug for ClientTypePath
source§impl Display for ClientTypePath
impl Display for ClientTypePath
source§impl From<ClientTypePath> for Path
impl From<ClientTypePath> for Path
source§fn from(original: ClientTypePath) -> Path
fn from(original: ClientTypePath) -> Path
Converts to this type from the input type.
source§impl Hash for ClientTypePath
impl Hash for ClientTypePath
source§impl Ord for ClientTypePath
impl Ord for ClientTypePath
source§fn cmp(&self, other: &ClientTypePath) -> Ordering
fn cmp(&self, other: &ClientTypePath) -> 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 ClientTypePath
impl PartialEq for ClientTypePath
source§fn eq(&self, other: &ClientTypePath) -> bool
fn eq(&self, other: &ClientTypePath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ClientTypePath
impl PartialOrd for ClientTypePath
source§fn partial_cmp(&self, other: &ClientTypePath) -> Option<Ordering>
fn partial_cmp(&self, other: &ClientTypePath) -> 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 ClientTypePath
impl StructuralEq for ClientTypePath
impl StructuralPartialEq for ClientTypePath
Auto Trait Implementations§
impl RefUnwindSafe for ClientTypePath
impl Send for ClientTypePath
impl Sync for ClientTypePath
impl Unpin for ClientTypePath
impl UnwindSafe for ClientTypePath
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