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