pub enum CmakeRole {
Show 17 variants
Command,
CpackGen,
Envvar,
Generator,
Genex,
Guide,
Manual,
Module,
Policy,
PropCache,
PropDir,
PropGbl,
PropInst,
PropSf,
PropTest,
PropTgt,
Variable,
}Variants§
Command
CpackGen
Envvar
Generator
Genex
Guide
Manual
Module
Policy
PropCache
PropDir
PropGbl
PropInst
PropSf
PropTest
PropTgt
Variable
Trait Implementations§
impl StructuralPartialEq for CmakeRole
Auto Trait Implementations§
impl Freeze for CmakeRole
impl RefUnwindSafe for CmakeRole
impl Send for CmakeRole
impl Sync for CmakeRole
impl Unpin for CmakeRole
impl UnsafeUnpin for CmakeRole
impl UnwindSafe for CmakeRole
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