pub struct ResolvedDirectory { /* private fields */ }Implementations§
Source§impl ResolvedDirectory
impl ResolvedDirectory
pub fn components(&self) -> &[String]
pub fn resolve_child(&self, child: &str, root: &SecureRoot) -> ResolvedResource
pub fn list( &self, root: &SecureRoot, max_entries: usize, ) -> Result<Vec<(String, bool)>, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedDirectory
impl RefUnwindSafe for ResolvedDirectory
impl Send for ResolvedDirectory
impl Sync for ResolvedDirectory
impl Unpin for ResolvedDirectory
impl UnsafeUnpin for ResolvedDirectory
impl UnwindSafe for ResolvedDirectory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more