pub struct BuildHelper { /* private fields */ }Expand description
Helper for build.rs to integrate Anaxa configuration.
Implementations§
Auto Trait Implementations§
impl Freeze for BuildHelper
impl RefUnwindSafe for BuildHelper
impl Send for BuildHelper
impl Sync for BuildHelper
impl Unpin for BuildHelper
impl UnwindSafe for BuildHelper
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