Struct GetEthContractAddr
pub struct GetEthContractAddr {
pub pos: ChainPos,
pub id: LyquidID,
}Fields§
§pos: ChainPos§id: LyquidIDTrait Implementations§
§impl Debug for GetEthContractAddr
impl Debug for GetEthContractAddr
§impl Message for GetEthContractAddr
impl Message for GetEthContractAddr
Auto Trait Implementations§
impl Freeze for GetEthContractAddr
impl RefUnwindSafe for GetEthContractAddr
impl Send for GetEthContractAddr
impl Sync for GetEthContractAddr
impl Unpin for GetEthContractAddr
impl UnwindSafe for GetEthContractAddr
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