[][src]Struct onenote_parser::NoteTagPropertyStatus

pub struct NoteTagPropertyStatus { /* fields omitted */ }

Implementations

impl NoteTagPropertyStatus[src]

pub fn has_label(&self) -> bool[src]

pub fn has_font_color(&self) -> bool[src]

pub fn has_highlight_color(&self) -> bool[src]

pub fn has_icon(&self) -> bool[src]

pub fn due_today(&self) -> bool[src]

pub fn due_tomorrow(&self) -> bool[src]

pub fn due_this_week(&self) -> bool[src]

pub fn due_next_week(&self) -> bool[src]

pub fn due_later(&self) -> bool[src]

pub fn due_custom(&self) -> bool[src]

Trait Implementations

impl Clone for NoteTagPropertyStatus[src]

impl Debug for NoteTagPropertyStatus[src]

impl Eq for NoteTagPropertyStatus[src]

impl Hash for NoteTagPropertyStatus[src]

impl Ord for NoteTagPropertyStatus[src]

impl PartialEq<NoteTagPropertyStatus> for NoteTagPropertyStatus[src]

impl PartialOrd<NoteTagPropertyStatus> for NoteTagPropertyStatus[src]

impl StructuralEq for NoteTagPropertyStatus[src]

impl StructuralPartialEq for NoteTagPropertyStatus[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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.