pub(crate) enum ResolvedSymlink {
Dir(PathBuf),
File(PathBuf),
Masked,
}
Expand description
Variants§
Auto Trait Implementations§
impl Freeze for ResolvedSymlink
impl RefUnwindSafe for ResolvedSymlink
impl Send for ResolvedSymlink
impl Sync for ResolvedSymlink
impl Unpin for ResolvedSymlink
impl UnwindSafe for ResolvedSymlink
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