pub struct Makefile;
Implementations§
Auto Trait Implementations§
impl Freeze for Makefile
impl RefUnwindSafe for Makefile
impl Send for Makefile
impl Sync for Makefile
impl Unpin for Makefile
impl UnwindSafe for Makefile
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