pub struct CellCall {
pub cell_id: AccountId,
pub calldata: Vec<u8>,
pub value: u128,
pub use_result_from: Option<usize>,
}Fields§
§cell_id: AccountId§calldata: Vec<u8>§value: u128§use_result_from: Option<usize>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CellCall
impl<'de> Deserialize<'de> for CellCall
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
Auto Trait Implementations§
impl Freeze for CellCall
impl RefUnwindSafe for CellCall
impl Send for CellCall
impl Sync for CellCall
impl Unpin for CellCall
impl UnsafeUnpin for CellCall
impl UnwindSafe for CellCall
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