pub struct Path(/* private fields */);
Expand description
A new type representing a valid ICS024 Path
.
Implementations§
Trait Implementations§
Source§impl From<ChannelEndsPath> for Path
impl From<ChannelEndsPath> for Path
Source§fn from(ibc_path: ChannelEndsPath) -> Self
fn from(ibc_path: ChannelEndsPath) -> Self
Converts to this type from the input type.
Source§impl From<ClientConnectionsPath> for Path
impl From<ClientConnectionsPath> for Path
Source§fn from(ibc_path: ClientConnectionsPath) -> Self
fn from(ibc_path: ClientConnectionsPath) -> Self
Converts to this type from the input type.
Source§impl From<ClientConsensusStatePath> for Path
impl From<ClientConsensusStatePath> for Path
Source§fn from(ibc_path: ClientConsensusStatePath) -> Self
fn from(ibc_path: ClientConsensusStatePath) -> Self
Converts to this type from the input type.
Source§impl From<ClientStatePath> for Path
impl From<ClientStatePath> for Path
Source§fn from(ibc_path: ClientStatePath) -> Self
fn from(ibc_path: ClientStatePath) -> Self
Converts to this type from the input type.
Source§impl From<ClientTypePath> for Path
impl From<ClientTypePath> for Path
Source§fn from(ibc_path: ClientTypePath) -> Self
fn from(ibc_path: ClientTypePath) -> Self
Converts to this type from the input type.
Source§impl From<CommitmentsPath> for Path
impl From<CommitmentsPath> for Path
Source§fn from(ibc_path: CommitmentsPath) -> Self
fn from(ibc_path: CommitmentsPath) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionsPath> for Path
impl From<ConnectionsPath> for Path
Source§fn from(ibc_path: ConnectionsPath) -> Self
fn from(ibc_path: ConnectionsPath) -> Self
Converts to this type from the input type.
Source§impl From<Identifier> for Path
impl From<Identifier> for Path
Source§fn from(id: Identifier) -> Self
fn from(id: Identifier) -> Self
Converts to this type from the input type.
Source§impl From<ReceiptsPath> for Path
impl From<ReceiptsPath> for Path
Source§fn from(ibc_path: ReceiptsPath) -> Self
fn from(ibc_path: ReceiptsPath) -> Self
Converts to this type from the input type.
Source§impl From<SeqAcksPath> for Path
impl From<SeqAcksPath> for Path
Source§fn from(ibc_path: SeqAcksPath) -> Self
fn from(ibc_path: SeqAcksPath) -> Self
Converts to this type from the input type.
Source§impl From<SeqRecvsPath> for Path
impl From<SeqRecvsPath> for Path
Source§fn from(ibc_path: SeqRecvsPath) -> Self
fn from(ibc_path: SeqRecvsPath) -> Self
Converts to this type from the input type.
Source§impl From<SeqSendsPath> for Path
impl From<SeqSendsPath> for Path
Source§fn from(ibc_path: SeqSendsPath) -> Self
fn from(ibc_path: SeqSendsPath) -> Self
Converts to this type from the input type.
Source§impl Ord for Path
impl Ord for Path
Source§impl PartialOrd for Path
impl PartialOrd for Path
impl Eq for Path
impl StructuralPartialEq for Path
Auto Trait Implementations§
impl Freeze for Path
impl RefUnwindSafe for Path
impl Send for Path
impl Sync for Path
impl Unpin for Path
impl UnwindSafe for Path
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request