Trait nettu_scheduler_domain::Meta[][src]

pub trait Meta<T: PartialEq>: Entity<T> {
    fn metadata(&self) -> &Metadata;
fn account_id(&self) -> &ID; }

Required methods

Retrieves the account_id associated with this entity, which is useful to know when querying on the metadata

Implementors