pub struct MethodCallOutcome {
pub status: String,
pub outputs: Vec<ValueTree>,
pub input_arg_errors: Vec<Option<String>>,
}Fields§
§status: String§outputs: Vec<ValueTree>§input_arg_errors: Vec<Option<String>>Trait Implementations§
Source§impl Clone for MethodCallOutcome
impl Clone for MethodCallOutcome
Source§fn clone(&self) -> MethodCallOutcome
fn clone(&self) -> MethodCallOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MethodCallOutcome
impl RefUnwindSafe for MethodCallOutcome
impl Send for MethodCallOutcome
impl Sync for MethodCallOutcome
impl Unpin for MethodCallOutcome
impl UnsafeUnpin for MethodCallOutcome
impl UnwindSafe for MethodCallOutcome
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