struct ExactNode {
path: PathBuf,
fs: Option<Arc<dyn FileSystem + Send + Sync>>,
source_path: PathBuf,
child_names: BTreeSet<OsString>,
}Fields§
§path: PathBuf§fs: Option<Arc<dyn FileSystem + Send + Sync>>§source_path: PathBuf§child_names: BTreeSet<OsString>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExactNode
impl !RefUnwindSafe for ExactNode
impl Send for ExactNode
impl Sync for ExactNode
impl Unpin for ExactNode
impl !UnwindSafe for ExactNode
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