pub struct BuildSystem { /* private fields */ }Expand description
Build system entry point
Implementations§
Source§impl BuildSystem
impl BuildSystem
pub fn new(config: BuildConfig) -> Self
Auto Trait Implementations§
impl Freeze for BuildSystem
impl RefUnwindSafe for BuildSystem
impl Send for BuildSystem
impl Sync for BuildSystem
impl Unpin for BuildSystem
impl UnsafeUnpin for BuildSystem
impl UnwindSafe for BuildSystem
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