pub struct PendingCancellation { /* private fields */ }Expand description
This is an indicator of whether there is a pending cancellation on the virtual installment plan. The cancellation will happen only after the user finished all committed payments.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for PendingCancellation
impl Clone for PendingCancellation
Source§fn clone(&self) -> PendingCancellation
fn clone(&self) -> PendingCancellation
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 PendingCancellation
impl Debug for PendingCancellation
Source§impl Default for PendingCancellation
impl Default for PendingCancellation
Source§fn default() -> PendingCancellation
fn default() -> PendingCancellation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PendingCancellation
impl<'de> Deserialize<'de> for PendingCancellation
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 Serialize for PendingCancellation
impl Serialize for PendingCancellation
impl Part for PendingCancellation
Auto Trait Implementations§
impl Freeze for PendingCancellation
impl RefUnwindSafe for PendingCancellation
impl Send for PendingCancellation
impl Sync for PendingCancellation
impl Unpin for PendingCancellation
impl UnwindSafe for PendingCancellation
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