Struct ink::ValueReturned
source · pub struct ValueReturned;
Expand description
Represents some abstract value that is returned by a function. Currently acts as a placeholder.
-Trait Implementations§
source§impl<T, E> Output<false, false, T, E> for ValueReturned
impl<T, E> Output<false, false, T, E> for ValueReturned
type ReturnType = T
source§impl<T, E> Output<false, true, T, E> for ValueReturned
impl<T, E> Output<false, true, T, E> for ValueReturned
type ReturnType = Result<T, E>
source§impl<T, E> Output<true, false, T, E> for ValueReturned
impl<T, E> Output<true, false, T, E> for ValueReturned
type ReturnType = T
source§impl<T, E> Output<true, true, T, E> for ValueReturned
impl<T, E> Output<true, true, T, E> for ValueReturned
type ReturnType = T
Auto Trait Implementations§
impl RefUnwindSafe for ValueReturned
impl Send for ValueReturned
impl Sync for ValueReturned
impl Unpin for ValueReturned
impl UnwindSafe for ValueReturned
Blanket Implementations§
Trait Implementations§
source§impl<T, E> Output<false, false, T, E> for ValueReturned
impl<T, E> Output<false, false, T, E> for ValueReturned
type ReturnType = T
source§impl<T, E> Output<false, true, T, E> for ValueReturned
impl<T, E> Output<false, true, T, E> for ValueReturned
type ReturnType = Result<T, E>
source§impl<T, E> Output<true, false, T, E> for ValueReturned
impl<T, E> Output<true, false, T, E> for ValueReturned
type ReturnType = T
source§impl<T, E> Output<true, true, T, E> for ValueReturned
impl<T, E> Output<true, true, T, E> for ValueReturned
type ReturnType = T
Auto Trait Implementations§
impl RefUnwindSafe for ValueReturned
impl Send for ValueReturned
impl Sync for ValueReturned
impl Unpin for ValueReturned
impl UnwindSafe for ValueReturned
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
source§impl<T> From<T> for T
impl<T> From<T> for T
source§fn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/ink_e2e/enum.AccountKeyring.html b/ink_e2e/enum.AccountKeyring.html index 4475145f9a5..8fe819cf1e3 100644 --- a/ink_e2e/enum.AccountKeyring.html +++ b/ink_e2e/enum.AccountKeyring.html @@ -24,7 +24,7 @@ self ) -> CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>pub fn to_seed(self) -> String
pub fn numeric_id(idx: usize) -> AccountId32
pub fn numeric_id(idx: usize) -> AccountId32
Get account id of a numeric
account.