pub struct JsGetTransactionResponse {
pub transaction: Box<JsTransaction>,
}
Expand description
JsGetTransactionResponse : Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.
Fields§
§transaction: Box<JsTransaction>
Implementations§
Source§impl JsGetTransactionResponse
impl JsGetTransactionResponse
Sourcepub fn new(transaction: JsTransaction) -> JsGetTransactionResponse
pub fn new(transaction: JsTransaction) -> JsGetTransactionResponse
Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.
Trait Implementations§
Source§impl Clone for JsGetTransactionResponse
impl Clone for JsGetTransactionResponse
Source§fn clone(&self) -> JsGetTransactionResponse
fn clone(&self) -> JsGetTransactionResponse
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 JsGetTransactionResponse
impl Debug for JsGetTransactionResponse
Source§impl Default for JsGetTransactionResponse
impl Default for JsGetTransactionResponse
Source§fn default() -> JsGetTransactionResponse
fn default() -> JsGetTransactionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JsGetTransactionResponse
impl<'de> Deserialize<'de> for JsGetTransactionResponse
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 JsGetTransactionResponse
impl PartialEq for JsGetTransactionResponse
Source§impl Serialize for JsGetTransactionResponse
impl Serialize for JsGetTransactionResponse
impl StructuralPartialEq for JsGetTransactionResponse
Auto Trait Implementations§
impl Freeze for JsGetTransactionResponse
impl RefUnwindSafe for JsGetTransactionResponse
impl Send for JsGetTransactionResponse
impl Sync for JsGetTransactionResponse
impl Unpin for JsGetTransactionResponse
impl UnwindSafe for JsGetTransactionResponse
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