pub struct ListDir { /* private fields */ }Implementations§
Source§impl ListDir
impl ListDir
pub fn new() -> Self
pub fn with_sandbox(sandbox: Arc<FilesystemRoot>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListDir
impl RefUnwindSafe for ListDir
impl Send for ListDir
impl Sync for ListDir
impl Unpin for ListDir
impl UnsafeUnpin for ListDir
impl UnwindSafe for ListDir
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