pub struct DropTransactionResponse {
pub tx_status: Option<String>,
pub tx_id: Option<String>,
pub replaced_tx_hash: Option<String>,
}
Fields§
§tx_status: Option<String>
§tx_id: Option<String>
§replaced_tx_hash: Option<String>
Implementations§
Source§impl DropTransactionResponse
impl DropTransactionResponse
pub fn new() -> DropTransactionResponse
Trait Implementations§
Source§impl Clone for DropTransactionResponse
impl Clone for DropTransactionResponse
Source§fn clone(&self) -> DropTransactionResponse
fn clone(&self) -> DropTransactionResponse
Returns a copy 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 DropTransactionResponse
impl Debug for DropTransactionResponse
Source§impl Default for DropTransactionResponse
impl Default for DropTransactionResponse
Source§fn default() -> DropTransactionResponse
fn default() -> DropTransactionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DropTransactionResponse
impl<'de> Deserialize<'de> for DropTransactionResponse
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 DropTransactionResponse
impl PartialEq for DropTransactionResponse
Source§impl Serialize for DropTransactionResponse
impl Serialize for DropTransactionResponse
impl StructuralPartialEq for DropTransactionResponse
Auto Trait Implementations§
impl Freeze for DropTransactionResponse
impl RefUnwindSafe for DropTransactionResponse
impl Send for DropTransactionResponse
impl Sync for DropTransactionResponse
impl Unpin for DropTransactionResponse
impl UnwindSafe for DropTransactionResponse
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