pub struct MesonBuildBuilder { /* private fields */ }
Implementations§
Source§impl MesonBuildBuilder
impl MesonBuildBuilder
pub fn meson_option<K, V>(self, key: K, value: V) -> Self
pub fn build(self) -> MesonBuild
Auto Trait Implementations§
impl Freeze for MesonBuildBuilder
impl RefUnwindSafe for MesonBuildBuilder
impl Send for MesonBuildBuilder
impl Sync for MesonBuildBuilder
impl Unpin for MesonBuildBuilder
impl UnwindSafe for MesonBuildBuilder
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