Searched defs:OwnerType (Results 1 – 4 of 4) sorted by relevance
43 pub fn new(user_id: i32, owner_type: OwnerType, owner_info: Vec<u8>) -> Self { in new()76 pub fn owner_type_enum(&self) -> OwnerType { in owner_type_enum()
25 enum OwnerType { enum
50 pub fn construct_splited_db_name(owner_type: OwnerType, owner_info: &[u8], is_ce: bool) -> Result<S… in construct_splited_db_name()
210 …pub fn build(user_id: i32, owner_type: OwnerType, owner_info: &[u8], is_ce: bool) -> Result<Databa… in build()