pub struct ExecuteLocalResponse {
pub transaction_hash: String,
pub simple_hash: Option<String>,
pub code: Option<u32>,
pub message: Option<String>,
}Fields§
§transaction_hash: String§simple_hash: Option<String>§code: Option<u32>§message: Option<String>Trait Implementations§
Source§impl Clone for ExecuteLocalResponse
impl Clone for ExecuteLocalResponse
Source§fn clone(&self) -> ExecuteLocalResponse
fn clone(&self) -> ExecuteLocalResponse
Returns a duplicate 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 Debug for ExecuteLocalResponse
impl Debug for ExecuteLocalResponse
Source§impl<'de> Deserialize<'de> for ExecuteLocalResponse
impl<'de> Deserialize<'de> for ExecuteLocalResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExecuteLocalResponse
impl PartialEq for ExecuteLocalResponse
Source§impl Serialize for ExecuteLocalResponse
impl Serialize for ExecuteLocalResponse
impl StructuralPartialEq for ExecuteLocalResponse
Auto Trait Implementations§
impl Freeze for ExecuteLocalResponse
impl RefUnwindSafe for ExecuteLocalResponse
impl Send for ExecuteLocalResponse
impl Sync for ExecuteLocalResponse
impl Unpin for ExecuteLocalResponse
impl UnsafeUnpin for ExecuteLocalResponse
impl UnwindSafe for ExecuteLocalResponse
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