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