Trait lightspeed_core::service::auth::Owned[][src]

pub trait Owned {
    fn get_owner_id(&self) -> i64;
}

Required methods

fn get_owner_id(&self) -> i64[src]

Loading content...

Implementations on Foreign Types

impl Owned for i64[src]

impl<T: Owned + Clone + Serialize + Send> Owned for Model<T>[src]

Loading content...

Implementors

Loading content...