Struct cyfs_lib::DEFAULT_APPS
source · pub struct DEFAULT_APPS { /* private fields */ }
Methods from Deref<Target = DefaultApps>§
pub fn get_default_app(&self, name: &str) -> Option<ObjectId>
pub fn get_default_app_group(&self, dec_id: &ObjectId) -> Option<String>
Trait Implementations§
source§impl Deref for DEFAULT_APPS
impl Deref for DEFAULT_APPS
§type Target = DefaultApps
type Target = DefaultApps
The resulting type after dereferencing.
source§fn deref(&self) -> &DefaultApps
fn deref(&self) -> &DefaultApps
Dereferences the value.