Struct OnInterCall
pub struct OnInterCall {
pub origin: Address,
pub caller: LyquidID,
pub callee: LyquidID,
pub method: String,
pub input: Vec<u8>,
pub pos: ChainPos,
}Fields§
§origin: Address§caller: LyquidID§callee: LyquidID§method: String§input: Vec<u8>§pos: ChainPosTrait Implementations§
§impl Debug for OnInterCall
impl Debug for OnInterCall
Auto Trait Implementations§
impl Freeze for OnInterCall
impl RefUnwindSafe for OnInterCall
impl Send for OnInterCall
impl Sync for OnInterCall
impl Unpin for OnInterCall
impl UnwindSafe for OnInterCall
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