Trait ate::prelude::DaoObjEthereal[][src]

pub trait DaoObjEthereal {
    fn auth(&self) -> &MetaAuthorization;
fn auth_mut(&mut self) -> &mut MetaAuthorization;
fn add_extra_metadata(&mut self, meta: CoreMetadata);
fn is_locked(&self) -> bool;
fn is_dirty(&self) -> bool;
fn cancel(&mut self); }

Required methods

fn auth(&self) -> &MetaAuthorization[src]

fn auth_mut(&mut self) -> &mut MetaAuthorization[src]

fn add_extra_metadata(&mut self, meta: CoreMetadata)[src]

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

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

fn cancel(&mut self)[src]

Loading content...

Implementors

impl<D> DaoObjEthereal for Dao<D> where
    Self: Send + Sync,
    D: Serialize + DeserializeOwned + Clone + Send + Sync
[src]

impl<D> DaoObjEthereal for DaoEthereal<D> where
    Self: Send + Sync,
    D: Serialize + DeserializeOwned + Clone + Send + Sync
[src]

Loading content...