pub struct MesonBuild { /* private fields */ }
Implementations§
Source§impl MesonBuild
impl MesonBuild
pub fn builder() -> MesonBuildBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MesonBuild
impl RefUnwindSafe for MesonBuild
impl Send for MesonBuild
impl Sync for MesonBuild
impl Unpin for MesonBuild
impl UnwindSafe for MesonBuild
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