pub struct PathPaymentStrictSendResultSuccess {
pub offers: Vec<ClaimAtom>,
pub last: SimplePaymentResult,
}Fields§
§offers: Vec<ClaimAtom>§last: SimplePaymentResultImplementations§
Trait Implementations§
Source§impl Clone for PathPaymentStrictSendResultSuccess
impl Clone for PathPaymentStrictSendResultSuccess
Source§fn clone(&self) -> PathPaymentStrictSendResultSuccess
fn clone(&self) -> PathPaymentStrictSendResultSuccess
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 PartialEq for PathPaymentStrictSendResultSuccess
impl PartialEq for PathPaymentStrictSendResultSuccess
Source§fn eq(&self, other: &PathPaymentStrictSendResultSuccess) -> bool
fn eq(&self, other: &PathPaymentStrictSendResultSuccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PathPaymentStrictSendResultSuccess
impl StructuralPartialEq for PathPaymentStrictSendResultSuccess
Auto Trait Implementations§
impl Freeze for PathPaymentStrictSendResultSuccess
impl RefUnwindSafe for PathPaymentStrictSendResultSuccess
impl Send for PathPaymentStrictSendResultSuccess
impl Sync for PathPaymentStrictSendResultSuccess
impl Unpin for PathPaymentStrictSendResultSuccess
impl UnwindSafe for PathPaymentStrictSendResultSuccess
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