pub struct IBCPath {
pub schema: String,
pub chain_1: Chain1,
pub chain_2: Chain2,
pub channels: Vec<Channel>,
}Fields§
§schema: String§chain_1: Chain1§chain_2: Chain2§channels: Vec<Channel>Trait Implementations§
Source§impl<'de> Deserialize<'de> for IBCPath
impl<'de> Deserialize<'de> for IBCPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for IBCPath
Auto Trait Implementations§
impl Freeze for IBCPath
impl RefUnwindSafe for IBCPath
impl Send for IBCPath
impl Sync for IBCPath
impl Unpin for IBCPath
impl UnsafeUnpin for IBCPath
impl UnwindSafe for IBCPath
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