[][src]Trait libimaghabit::util::IsHabitCheck

pub trait IsHabitCheck {
    fn is_habit(&self) -> bool;
fn is_habit_instance(&self) -> bool;
fn is_habit_template(&self) -> bool; }

Required methods

fn is_habit(&self) -> bool

fn is_habit_instance(&self) -> bool

fn is_habit_template(&self) -> bool

Loading content...

Implementations on Foreign Types

impl IsHabitCheck for StoreId[src]

impl IsHabitCheck for Entry[src]

fn is_habit(&self) -> bool[src]

Helper function to check whether an entry is a habit (either instance or template)

fn is_habit_instance(&self) -> bool[src]

Check whether an entry is a habit instance

fn is_habit_template(&self) -> bool[src]

Check whether an entry is a habit template

Loading content...

Implementors

Loading content...