pub struct BuilderOutput {
pub real: PathBuf,
pub symlink: PathBuf,
}Expand description
Output returned from Builder::run on success.
Fields§
§real: PathBufPath of the generated file.
symlink: PathBufPath of the latest-* symlink.
Auto Trait Implementations§
impl Freeze for BuilderOutput
impl RefUnwindSafe for BuilderOutput
impl Send for BuilderOutput
impl Sync for BuilderOutput
impl Unpin for BuilderOutput
impl UnwindSafe for BuilderOutput
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