pub struct LocalPath {
pub path: PathBuf,
}Expand description
Singular destination: writes one file to a fixed, caller-chosen path.
Fields§
§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for LocalPath
impl RefUnwindSafe for LocalPath
impl Send for LocalPath
impl Sync for LocalPath
impl Unpin for LocalPath
impl UnsafeUnpin for LocalPath
impl UnwindSafe for LocalPath
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