[][src]Trait rustpub::simple::core::ObjectBaseTrait

pub trait ObjectBaseTrait: Debug + Serialize + Deserialize {
    fn any_ref(&self) -> &dyn Any;
fn kind(&self) -> &str;
fn box_clone(&self) -> Box<dyn ObjectBaseTrait>; }

Required methods

fn any_ref(&self) -> &dyn Any

fn kind(&self) -> &str

fn box_clone(&self) -> Box<dyn ObjectBaseTrait>

Loading content...

Trait Implementations

impl<'typetag> Serialize for dyn ObjectBaseTrait + 'typetag[src]

impl<'typetag> Serialize for dyn ObjectBaseTrait + Send + 'typetag[src]

impl<'typetag> Serialize for dyn ObjectBaseTrait + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn ObjectBaseTrait + Send + Sync + 'typetag[src]

impl Strictest for dyn ObjectBaseTrait[src]

Implementors

impl ObjectBaseTrait for Object[src]

Loading content...