pub struct SimulateHostFunctionResult {
pub auth: Vec<SorobanAuthorizationEntry>,
pub xdr: ScVal,
}Fields§
§auth: Vec<SorobanAuthorizationEntry>§xdr: ScValTrait Implementations§
Source§impl Clone for SimulateHostFunctionResult
impl Clone for SimulateHostFunctionResult
Source§fn clone(&self) -> SimulateHostFunctionResult
fn clone(&self) -> SimulateHostFunctionResult
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 SimulateHostFunctionResult
impl RefUnwindSafe for SimulateHostFunctionResult
impl Send for SimulateHostFunctionResult
impl Sync for SimulateHostFunctionResult
impl Unpin for SimulateHostFunctionResult
impl UnsafeUnpin for SimulateHostFunctionResult
impl UnwindSafe for SimulateHostFunctionResult
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