pub struct SettleResponse { /* private fields */ }Implementations§
Source§impl SettleResponse
impl SettleResponse
pub fn amount<T>(self, value: T) -> Self
pub fn error_message<T>(self, value: T) -> Self
pub fn error_reason<T>(self, value: T) -> Self
pub fn network<T>(self, value: T) -> Self
pub fn payer<T>(self, value: T) -> Self
pub fn success<T>(self, value: T) -> Self
pub fn transaction<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SettleResponse
impl Clone for SettleResponse
Source§fn clone(&self) -> SettleResponse
fn clone(&self) -> SettleResponse
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 SettleResponse
impl Debug for SettleResponse
Source§impl Default for SettleResponse
impl Default for SettleResponse
Source§impl From<SettleResponse> for SettleResponse
impl From<SettleResponse> for SettleResponse
Source§fn from(value: SettleResponse) -> Self
fn from(value: SettleResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SettleResponse> for SettleResponse
impl TryFrom<SettleResponse> for SettleResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SettleResponse) -> Result<Self, ConversionError>
fn try_from(value: SettleResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SettleResponse
impl RefUnwindSafe for SettleResponse
impl Send for SettleResponse
impl Sync for SettleResponse
impl Unpin for SettleResponse
impl UnsafeUnpin for SettleResponse
impl UnwindSafe for SettleResponse
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