pub struct DynamicCallResult { /* private fields */ }Expand description
Holds the params buffer after a successful DynamicCall::call().
Use get() to read output parameters and return values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicCallResult
impl RefUnwindSafe for DynamicCallResult
impl !Send for DynamicCallResult
impl !Sync for DynamicCallResult
impl Unpin for DynamicCallResult
impl UnsafeUnpin for DynamicCallResult
impl UnwindSafe for DynamicCallResult
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