pub struct SymlinkWritePaths {
pub read_path: Option<PathBuf>,
pub write_path: PathBuf,
}Fields§
§read_path: Option<PathBuf>§write_path: PathBufAuto Trait Implementations§
impl Freeze for SymlinkWritePaths
impl RefUnwindSafe for SymlinkWritePaths
impl Send for SymlinkWritePaths
impl Sync for SymlinkWritePaths
impl Unpin for SymlinkWritePaths
impl UnsafeUnpin for SymlinkWritePaths
impl UnwindSafe for SymlinkWritePaths
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