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