pub struct WriteCallFunctionResponseDto {
pub tx_id: String,
}
Fields§
§tx_id: String
The Fireblocks transaction id of the function call
Implementations§
Source§impl WriteCallFunctionResponseDto
impl WriteCallFunctionResponseDto
pub fn new(tx_id: String) -> WriteCallFunctionResponseDto
Trait Implementations§
Source§impl Clone for WriteCallFunctionResponseDto
impl Clone for WriteCallFunctionResponseDto
Source§fn clone(&self) -> WriteCallFunctionResponseDto
fn clone(&self) -> WriteCallFunctionResponseDto
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 WriteCallFunctionResponseDto
impl Debug for WriteCallFunctionResponseDto
Source§impl Default for WriteCallFunctionResponseDto
impl Default for WriteCallFunctionResponseDto
Source§fn default() -> WriteCallFunctionResponseDto
fn default() -> WriteCallFunctionResponseDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WriteCallFunctionResponseDto
impl<'de> Deserialize<'de> for WriteCallFunctionResponseDto
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 WriteCallFunctionResponseDto
impl PartialEq for WriteCallFunctionResponseDto
Source§fn eq(&self, other: &WriteCallFunctionResponseDto) -> bool
fn eq(&self, other: &WriteCallFunctionResponseDto) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WriteCallFunctionResponseDto
Auto Trait Implementations§
impl Freeze for WriteCallFunctionResponseDto
impl RefUnwindSafe for WriteCallFunctionResponseDto
impl Send for WriteCallFunctionResponseDto
impl Sync for WriteCallFunctionResponseDto
impl Unpin for WriteCallFunctionResponseDto
impl UnwindSafe for WriteCallFunctionResponseDto
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