pub struct OtherRecurringProduct { /* private fields */ }Expand description
Details of a recurring external transaction product which doesn’t belong to any other more specific category.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for OtherRecurringProduct
impl Clone for OtherRecurringProduct
Source§fn clone(&self) -> OtherRecurringProduct
fn clone(&self) -> OtherRecurringProduct
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 OtherRecurringProduct
impl Debug for OtherRecurringProduct
Source§impl Default for OtherRecurringProduct
impl Default for OtherRecurringProduct
Source§fn default() -> OtherRecurringProduct
fn default() -> OtherRecurringProduct
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OtherRecurringProduct
impl<'de> Deserialize<'de> for OtherRecurringProduct
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 OtherRecurringProduct
impl Serialize for OtherRecurringProduct
impl Part for OtherRecurringProduct
Auto Trait Implementations§
impl Freeze for OtherRecurringProduct
impl RefUnwindSafe for OtherRecurringProduct
impl Send for OtherRecurringProduct
impl Sync for OtherRecurringProduct
impl Unpin for OtherRecurringProduct
impl UnwindSafe for OtherRecurringProduct
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