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