Struct dharitri_wasm::types::ManagedMultiResultVec
source · pub struct ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,{ /* private fields */ }Implementations§
source§impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
source§impl<M, T> ManagedMultiResultVec<M, T>
impl<M, T> ManagedMultiResultVec<M, T>
source§impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
pub fn to_arg_buffer(&self) -> ManagedArgBuffer<M>
source§impl<M> ManagedMultiResultVec<M, ManagedBuffer<M>>where
M: ManagedTypeApi,
impl<M> ManagedMultiResultVec<M, ManagedBuffer<M>>where
M: ManagedTypeApi,
pub fn into_vec_of_buffers(self) -> ManagedVec<M, ManagedBuffer<M>>
source§impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + ErrorApi,
impl<M, T> ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + ErrorApi,
source§impl<M, T> ManagedMultiResultVec<M, T>
impl<M, T> ManagedMultiResultVec<M, T>
pub fn to_vec(&self) -> ManagedVec<M, T>
Trait Implementations§
source§impl<M, T: Clone> Clone for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + Clone,
impl<M, T: Clone> Clone for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + Clone,
source§fn clone(&self) -> ManagedMultiResultVec<M, T>
fn clone(&self) -> ManagedMultiResultVec<M, T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<M, T> ContractCallArg for &ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
impl<M, T> ContractCallArg for &ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
fn push_dyn_arg<O: DynArgOutput>(&self, output: &mut O)
source§impl<M, T> ContractCallArg for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
impl<M, T> ContractCallArg for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
fn push_dyn_arg<O: DynArgOutput>(&self, output: &mut O)
source§impl<M, T: Default> Default for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + Default,
impl<M, T: Default> Default for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi + Default,
source§fn default() -> ManagedMultiResultVec<M, T>
fn default() -> ManagedMultiResultVec<M, T>
Returns the “default value” for a type. Read more
source§impl<M, T> DynArg for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: DynArg,
impl<M, T> DynArg for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: DynArg,
source§impl<M, T> DynArgOutput for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
impl<M, T> DynArgOutput for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: ContractCallArg,
fn push_single_arg<I: TopEncode>(&mut self, item: I)
source§impl<M, T> EndpointResult for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: EndpointResult,
impl<M, T> EndpointResult for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: EndpointResult,
§type DecodeAs = ManagedMultiResultVec<M, <T as EndpointResult>::DecodeAs>
type DecodeAs = ManagedMultiResultVec<M, <T as EndpointResult>::DecodeAs>
Indicates how the result of the endpoint can be interpreted when called via proxy.
Self for most types.fn finish<FA>(&self)where
FA: ManagedTypeApi + EndpointFinishApi,
source§impl<M, T> From<&ManagedVec<M, T>> for ManagedMultiResultVec<M, T>
impl<M, T> From<&ManagedVec<M, T>> for ManagedMultiResultVec<M, T>
source§fn from(v: &ManagedVec<M, T>) -> Self
fn from(v: &ManagedVec<M, T>) -> Self
Converts to this type from the input type.
source§impl<M, T> From<ManagedVec<M, T>> for ManagedMultiResultVec<M, T>
impl<M, T> From<ManagedVec<M, T>> for ManagedMultiResultVec<M, T>
source§fn from(v: ManagedVec<M, T>) -> Self
fn from(v: ManagedVec<M, T>) -> Self
Converts to this type from the input type.
source§impl<M, T> IntoIterator for ManagedMultiResultVec<M, T>
impl<M, T> IntoIterator for ManagedMultiResultVec<M, T>
source§impl<M, T> TypeAbi for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: TypeAbi,
impl<M, T> TypeAbi for ManagedMultiResultVec<M, T>where
M: ManagedTypeApi,
T: TypeAbi,
fn type_name() -> String
source§fn provide_type_descriptions<TDC: TypeDescriptionContainer>(
accumulator: &mut TDC
)
fn provide_type_descriptions<TDC: TypeDescriptionContainer>( accumulator: &mut TDC )
A type can provide more than its own description.
For instance, a struct can also provide the descriptions of the type of its fields.
TypeAbi doesn’t care for the exact accumulator type,
which is abstracted by the TypeDescriptionContainer trait.
Auto Trait Implementations§
impl<M, T> RefUnwindSafe for ManagedMultiResultVec<M, T>where
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<M, T> Send for ManagedMultiResultVec<M, T>
impl<M, T> Sync for ManagedMultiResultVec<M, T>
impl<M, T> Unpin for ManagedMultiResultVec<M, T>
impl<M, T> UnwindSafe for ManagedMultiResultVec<M, T>where
M: UnwindSafe,
T: UnwindSafe,
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