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
sourceimpl Deref for DEFAULT_APPS
impl Deref for DEFAULT_APPS
type Target = DefaultApps
type Target = DefaultApps
The resulting type after dereferencing.
sourcefn deref(&self) -> &DefaultApps
fn deref(&self) -> &DefaultApps
Dereferences the value.
impl LazyStatic for DEFAULT_APPS
Auto Trait Implementations
impl RefUnwindSafe for DEFAULT_APPS
impl Send for DEFAULT_APPS
impl Sync for DEFAULT_APPS
impl Unpin for DEFAULT_APPS
impl UnwindSafe for DEFAULT_APPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more