[][src]Struct augr_core::timesheet::Timesheet

pub struct Timesheet<'cl> { /* fields omitted */ }

Methods

impl<'cl> Timesheet<'cl>[src]

pub fn new(patched_timesheet: &'cl PatchedTimesheet) -> Self[src]

pub fn get_patched_timesheet(&'cl self) -> &'cl PatchedTimesheet[src]

pub fn event_at_time(
    &mut self,
    start: DateTime<Utc>,
    event_ref: EventRef
) -> Option<EventRef>
[src]

pub fn events(&self) -> BTreeMap<DateTime<Utc>, BTreeSet<Tag>>[src]

pub fn segments(&self) -> Vec<Segment>[src]

pub fn tags_at_time<'ts>(
    &'ts self,
    datetime: &DateTime<Utc>
) -> Option<BTreeSet<Tag>>
[src]

Trait Implementations

impl<'a, 'b> PartialEq<Timesheet<'b>> for Timesheet<'a>[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl<'_> PartialEq<BTreeMap<DateTime<Utc>, BTreeSet<String>>> for Timesheet<'_>[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl<'cl> Clone for Timesheet<'cl>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<'_> Eq for Timesheet<'_>[src]

impl<'cl> Debug for Timesheet<'cl>[src]

Auto Trait Implementations

impl<'cl> Send for Timesheet<'cl>

impl<'cl> Unpin for Timesheet<'cl>

impl<'cl> Sync for Timesheet<'cl>

impl<'cl> UnwindSafe for Timesheet<'cl>

impl<'cl> RefUnwindSafe for Timesheet<'cl>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]