[−][src]Struct pallet_contracts_rpc::CallRequest
A struct that encodes RPC parameters required for a call to a smart-contract.
Trait Implementations
impl<'de, AccountId, Balance> Deserialize<'de> for CallRequest<AccountId, Balance> where
AccountId: Deserialize<'de>,
Balance: Deserialize<'de>,
[src]
AccountId: Deserialize<'de>,
Balance: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl<AccountId, Balance> Serialize for CallRequest<AccountId, Balance> where
AccountId: Serialize,
Balance: Serialize,
[src]
AccountId: Serialize,
Balance: Serialize,
Auto Trait Implementations
impl<AccountId, Balance> RefUnwindSafe for CallRequest<AccountId, Balance> where
AccountId: RefUnwindSafe,
Balance: RefUnwindSafe,
AccountId: RefUnwindSafe,
Balance: RefUnwindSafe,
impl<AccountId, Balance> Send for CallRequest<AccountId, Balance> where
AccountId: Send,
Balance: Send,
AccountId: Send,
Balance: Send,
impl<AccountId, Balance> Sync for CallRequest<AccountId, Balance> where
AccountId: Sync,
Balance: Sync,
AccountId: Sync,
Balance: Sync,
impl<AccountId, Balance> Unpin for CallRequest<AccountId, Balance> where
AccountId: Unpin,
Balance: Unpin,
AccountId: Unpin,
Balance: Unpin,
impl<AccountId, Balance> UnwindSafe for CallRequest<AccountId, Balance> where
AccountId: UnwindSafe,
Balance: UnwindSafe,
AccountId: UnwindSafe,
Balance: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> CheckedConversion for T
[src]
fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, Outer> IsWrappedBy<Outer> for T where
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
[src]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
fn from_ref(outer: &Outer) -> &T
[src]
Get a reference to the inner from the outer.
fn from_mut(outer: &mut Outer) -> &mut T
[src]
Get a mutable reference to the inner from the outer.
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> MaybeSerialize for T where
T: Serialize,
[src]
T: Serialize,
impl<T> MaybeSerializeDeserialize for T where
T: DeserializeOwned + Serialize,
[src]
T: DeserializeOwned + Serialize,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> SaturatedConversion for T
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
Self: UniqueSaturatedFrom<T>,
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
Self: UniqueSaturatedInto<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
T: UncheckedFrom<S>,
fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded,
S: TryInto<T>,
T: Bounded,
fn unique_saturated_into(self) -> T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,