pub enum SendTransactionResponseJsonrpc {
Variant20,
}Variants§
Variant20
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SendTransactionResponseJsonrpc
impl AsRef<str> for SendTransactionResponseJsonrpc
Source§impl Clone for SendTransactionResponseJsonrpc
impl Clone for SendTransactionResponseJsonrpc
Source§fn clone(&self) -> SendTransactionResponseJsonrpc
fn clone(&self) -> SendTransactionResponseJsonrpc
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 moreSource§impl Default for SendTransactionResponseJsonrpc
impl Default for SendTransactionResponseJsonrpc
Source§fn default() -> SendTransactionResponseJsonrpc
fn default() -> SendTransactionResponseJsonrpc
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendTransactionResponseJsonrpc
impl<'de> Deserialize<'de> for SendTransactionResponseJsonrpc
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
impl Eq for SendTransactionResponseJsonrpc
impl StructuralPartialEq for SendTransactionResponseJsonrpc
Auto Trait Implementations§
impl Freeze for SendTransactionResponseJsonrpc
impl RefUnwindSafe for SendTransactionResponseJsonrpc
impl Send for SendTransactionResponseJsonrpc
impl Sync for SendTransactionResponseJsonrpc
impl Unpin for SendTransactionResponseJsonrpc
impl UnsafeUnpin for SendTransactionResponseJsonrpc
impl UnwindSafe for SendTransactionResponseJsonrpc
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