pub struct TimeDescription { /* private fields */ }Expand description
Time description.
Implementations§
Source§impl TimeDescription
impl TimeDescription
Sourcepub fn repeat_times(&self) -> &[RepeatTime]
pub fn repeat_times(&self) -> &[RepeatTime]
Get the repeat times.
Trait Implementations§
Source§impl Clone for TimeDescription
impl Clone for TimeDescription
Source§fn clone(&self) -> TimeDescription
fn clone(&self) -> TimeDescription
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 Default for TimeDescription
impl Default for TimeDescription
Auto Trait Implementations§
impl Freeze for TimeDescription
impl RefUnwindSafe for TimeDescription
impl Send for TimeDescription
impl Sync for TimeDescription
impl Unpin for TimeDescription
impl UnwindSafe for TimeDescription
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