pub struct BuildSourceDirectory { /* private fields */ }
Implementations§
Source§impl BuildSourceDirectory
impl BuildSourceDirectory
pub fn new(target: PathBuf) -> Result<Self, BuildSourceDirectoryError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildSourceDirectory
impl RefUnwindSafe for BuildSourceDirectory
impl Send for BuildSourceDirectory
impl Sync for BuildSourceDirectory
impl Unpin for BuildSourceDirectory
impl UnwindSafe for BuildSourceDirectory
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