Struct poseidon_client::SendTxResponse
source · [−]Fields
jsonrpc: Stringid: u8result: StringTrait Implementations
sourceimpl BorshDeserialize for SendTxResponse where
String: BorshDeserialize,
u8: BorshDeserialize,
String: BorshDeserialize,
impl BorshDeserialize for SendTxResponse where
String: BorshDeserialize,
u8: BorshDeserialize,
String: BorshDeserialize,
sourceimpl BorshSerialize for SendTxResponse where
String: BorshSerialize,
u8: BorshSerialize,
String: BorshSerialize,
impl BorshSerialize for SendTxResponse where
String: BorshSerialize,
u8: BorshSerialize,
String: BorshSerialize,
sourceimpl Clone for SendTxResponse
impl Clone for SendTxResponse
sourcefn clone(&self) -> SendTxResponse
fn clone(&self) -> SendTxResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SendTxResponse
impl Debug for SendTxResponse
sourceimpl<'de> Deserialize<'de> for SendTxResponse
impl<'de> Deserialize<'de> for SendTxResponse
sourcefn 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
sourceimpl Serialize for SendTxResponse
impl Serialize for SendTxResponse
Auto Trait Implementations
impl RefUnwindSafe for SendTxResponse
impl Send for SendTxResponse
impl Sync for SendTxResponse
impl Unpin for SendTxResponse
impl UnwindSafe for SendTxResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more