pub struct ConfirmationRefId {
pub ref_id: String,
}
Expand description
Response type containing only a ref id for confirmation
Fields§
§ref_id: String
Trait Implementations§
Source§impl Clone for ConfirmationRefId
impl Clone for ConfirmationRefId
Source§fn clone(&self) -> ConfirmationRefId
fn clone(&self) -> ConfirmationRefId
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 ConfirmationRefId
impl Debug for ConfirmationRefId
Source§impl<'de> Deserialize<'de> for ConfirmationRefId
impl<'de> Deserialize<'de> for ConfirmationRefId
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 ConfirmationRefId
impl PartialEq for ConfirmationRefId
impl StructuralPartialEq for ConfirmationRefId
Auto Trait Implementations§
impl Freeze for ConfirmationRefId
impl RefUnwindSafe for ConfirmationRefId
impl Send for ConfirmationRefId
impl Sync for ConfirmationRefId
impl Unpin for ConfirmationRefId
impl UnwindSafe for ConfirmationRefId
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