Struct saturn_cli::record::PresentedRecurringRecord
source · pub struct PresentedRecurringRecord {
pub record: PresentedRecord,
pub recurrence: FancyDuration<Duration>,
}Fields§
§record: PresentedRecord§recurrence: FancyDuration<Duration>Implementations§
Trait Implementations§
source§impl Clone for PresentedRecurringRecord
impl Clone for PresentedRecurringRecord
source§fn clone(&self) -> PresentedRecurringRecord
fn clone(&self) -> PresentedRecurringRecord
Returns a copy 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 PresentedRecurringRecord
impl Debug for PresentedRecurringRecord
source§impl<'de> Deserialize<'de> for PresentedRecurringRecord
impl<'de> Deserialize<'de> for PresentedRecurringRecord
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 From<RecurringRecord> for PresentedRecurringRecord
impl From<RecurringRecord> for PresentedRecurringRecord
source§fn from(value: RecurringRecord) -> Self
fn from(value: RecurringRecord) -> Self
Converts to this type from the input type.
source§impl PartialEq<PresentedRecurringRecord> for PresentedRecurringRecord
impl PartialEq<PresentedRecurringRecord> for PresentedRecurringRecord
source§fn eq(&self, other: &PresentedRecurringRecord) -> bool
fn eq(&self, other: &PresentedRecurringRecord) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PresentedRecurringRecord
impl Serialize for PresentedRecurringRecord
impl StructuralPartialEq for PresentedRecurringRecord
Auto Trait Implementations§
impl RefUnwindSafe for PresentedRecurringRecord
impl Send for PresentedRecurringRecord
impl Sync for PresentedRecurringRecord
impl Unpin for PresentedRecurringRecord
impl UnwindSafe for PresentedRecurringRecord
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