pub struct TransferToMasterResponse {
pub txn_id: Option<String>,
}Fields§
§txn_id: Option<String>Implementations§
Source§impl TransferToMasterResponse
impl TransferToMasterResponse
pub fn new() -> TransferToMasterResponse
Trait Implementations§
Source§impl Clone for TransferToMasterResponse
impl Clone for TransferToMasterResponse
Source§fn clone(&self) -> TransferToMasterResponse
fn clone(&self) -> TransferToMasterResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransferToMasterResponse
impl Debug for TransferToMasterResponse
Source§impl Default for TransferToMasterResponse
impl Default for TransferToMasterResponse
Source§fn default() -> TransferToMasterResponse
fn default() -> TransferToMasterResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransferToMasterResponse
impl<'de> Deserialize<'de> for TransferToMasterResponse
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 TransferToMasterResponse
impl PartialEq for TransferToMasterResponse
Source§fn eq(&self, other: &TransferToMasterResponse) -> bool
fn eq(&self, other: &TransferToMasterResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TransferToMasterResponse
impl Serialize for TransferToMasterResponse
impl StructuralPartialEq for TransferToMasterResponse
Auto Trait Implementations§
impl Freeze for TransferToMasterResponse
impl RefUnwindSafe for TransferToMasterResponse
impl Send for TransferToMasterResponse
impl Sync for TransferToMasterResponse
impl Unpin for TransferToMasterResponse
impl UnsafeUnpin for TransferToMasterResponse
impl UnwindSafe for TransferToMasterResponse
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