Struct cyfs_base::OpEnvPathAccess
source · [−]pub struct OpEnvPathAccess { /* private fields */ }Implementations
sourceimpl OpEnvPathAccess
impl OpEnvPathAccess
pub fn new(path: &str, access: AccessPermissions) -> Self
pub fn check_full_path(
&self,
full_path: &str,
op_type: RequestOpType
) -> BuckyResult<()>
pub fn check_full_path_list(
&self,
list: &Vec<String>,
op_type: RequestOpType
) -> BuckyResult<()>
pub fn check_path_key(
&self,
path: &str,
key: &str,
op_type: RequestOpType
) -> BuckyResult<()>
Auto Trait Implementations
impl RefUnwindSafe for OpEnvPathAccess
impl Send for OpEnvPathAccess
impl Sync for OpEnvPathAccess
impl Unpin for OpEnvPathAccess
impl UnwindSafe for OpEnvPathAccess
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