Struct mind::mind::Mind

source ·
pub struct Mind { /* private fields */ }
Expand description

The productive mind.

Implementations§

Get the version. See ~/.mind/version

Get the pending tasks. See ~/.mind/tasks.yml

Get the reminders. See ~/.mind/reminders.yml

Get the focused task

Go through the reminders and taks proper action.

Total backlog

Productivity from backlog

Turn the specified task into a reminder

Act based on the given command.

Trait Implementations§

Returns the “default value” for a type. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.