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