Struct recurdates::repeat_every::RepeatEvery [] [src]

pub struct RepeatEvery { /* fields omitted */ }

Methods

impl RepeatEvery
[src]

[src]

RepeatEvery where all fields are zero.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

True if self == RepeatEvery::zero().

[src]

dt + self. None if overflow happens.

[src]

rhs + self. None if overflow happens.

Trait Implementations

impl Debug for RepeatEvery
[src]

[src]

Formats the value using the given formatter.

impl Clone for RepeatEvery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RepeatEvery
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for RepeatEvery
[src]

impl<'a> Add<&'a Self> for RepeatEvery
[src]

Add two structs.

The resulting type after applying the + operator.

[src]

Performs the + operation.