pub enum DetachSourceReturned {
PaymentSource(PaymentSource),
DeletedPaymentSource(DeletedPaymentSource),
}Variants§
PaymentSource(PaymentSource)
DeletedPaymentSource(DeletedPaymentSource)
Trait Implementations§
Source§impl Clone for DetachSourceReturned
impl Clone for DetachSourceReturned
Source§fn clone(&self) -> DetachSourceReturned
fn clone(&self) -> DetachSourceReturned
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 DetachSourceReturned
impl Debug for DetachSourceReturned
Source§impl Deserialize for DetachSourceReturned
impl Deserialize for DetachSourceReturned
Auto Trait Implementations§
impl Freeze for DetachSourceReturned
impl RefUnwindSafe for DetachSourceReturned
impl Send for DetachSourceReturned
impl Sync for DetachSourceReturned
impl Unpin for DetachSourceReturned
impl UnsafeUnpin for DetachSourceReturned
impl UnwindSafe for DetachSourceReturned
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