Struct cyfs_base::ObjectMapRootManager
source · [−]pub struct ObjectMapRootManager { /* private fields */ }Implementations
sourceimpl ObjectMapRootManager
impl ObjectMapRootManager
pub fn new(
owner: Option<ObjectId>,
dec_id: Option<ObjectId>,
noc: ObjectMapNOCCacheRef,
root: ObjectMapRootHolder
) -> Self
pub fn get_current_root(&self) -> ObjectId
pub fn root_holder(&self) -> &ObjectMapRootHolder
pub fn root_cache(&self) -> &ObjectMapRootCacheRef
pub fn managed_envs(&self) -> &ObjectMapOpEnvContainer
pub async fn create_op_env(&self) -> BuckyResult<ObjectMapPathOpEnvRef>
pub async fn create_managed_op_env(&self) -> BuckyResult<ObjectMapPathOpEnvRef>
pub fn create_single_op_env(&self) -> BuckyResult<ObjectMapSingleOpEnvRef>
pub fn create_managed_single_op_env(
&self
) -> BuckyResult<ObjectMapSingleOpEnvRef>
Auto Trait Implementations
impl !RefUnwindSafe for ObjectMapRootManager
impl Send for ObjectMapRootManager
impl Sync for ObjectMapRootManager
impl Unpin for ObjectMapRootManager
impl !UnwindSafe for ObjectMapRootManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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