pub struct OutputFile(pub PathBuf);
Expand description
A type wrapping a PathBuf with a default value
This type is used in circumstances where an output file is required that defaults to “.BUILDINFO”
Tuple Fields§
§0: PathBuf
Trait Implementations§
source§impl Clone for OutputFile
impl Clone for OutputFile
source§fn clone(&self) -> OutputFile
fn clone(&self) -> OutputFile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OutputFile
impl Debug for OutputFile
source§impl Default for OutputFile
impl Default for OutputFile
source§impl Display for OutputFile
impl Display for OutputFile
Auto Trait Implementations§
impl Freeze for OutputFile
impl RefUnwindSafe for OutputFile
impl Send for OutputFile
impl Sync for OutputFile
impl Unpin for OutputFile
impl UnwindSafe for OutputFile
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)