pub struct NinjaVariable { /* private fields */ }Trait Implementations§
Source§impl RuleOpt for NinjaVariable
impl RuleOpt for NinjaVariable
Source§impl ToBuildSystemSyntax for NinjaVariable
impl ToBuildSystemSyntax for NinjaVariable
Source§fn for_build_system(&self) -> String
fn for_build_system(&self) -> String
Translates the struct to the final build system syntax
Auto Trait Implementations§
impl Freeze for NinjaVariable
impl RefUnwindSafe for NinjaVariable
impl Send for NinjaVariable
impl Sync for NinjaVariable
impl Unpin for NinjaVariable
impl UnsafeUnpin for NinjaVariable
impl UnwindSafe for NinjaVariable
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