Trait nettu_scheduler_domain::Entity[][src]

pub trait Entity {
    fn id(&self) -> &ID;

    fn eq(&self, other: &Self) -> bool { ... }
}

Required methods

fn id(&self) -> &ID[src]

Loading content...

Provided methods

fn eq(&self, other: &Self) -> bool[src]

Loading content...

Implementors

impl Entity for Account[src]

impl Entity for Calendar[src]

impl Entity for CalendarEvent[src]

impl Entity for EventRemindersExpansionJob[src]

impl Entity for Reminder[src]

impl Entity for Schedule[src]

impl Entity for Service[src]

impl Entity for User[src]

Loading content...