Struct saturn_cli::cli::EntryRecord
source · pub struct EntryRecord { /* private fields */ }Implementations§
source§impl EntryRecord
impl EntryRecord
pub fn record(&self) -> Record
pub fn recurrence(&self) -> Option<RecurringRecord>
Trait Implementations§
source§impl Debug for EntryRecord
impl Debug for EntryRecord
source§impl PartialEq<EntryRecord> for EntryRecord
impl PartialEq<EntryRecord> for EntryRecord
source§fn eq(&self, other: &EntryRecord) -> bool
fn eq(&self, other: &EntryRecord) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EntryRecord
Auto Trait Implementations§
impl RefUnwindSafe for EntryRecord
impl Send for EntryRecord
impl Sync for EntryRecord
impl Unpin for EntryRecord
impl UnwindSafe for EntryRecord
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