Enum conan::BuildPolicy
source · [−]pub enum BuildPolicy {
Never,
Always,
Missing,
Outdated,
}Variants
Never
Always
Missing
Outdated
Trait Implementations
sourceimpl Clone for BuildPolicy
impl Clone for BuildPolicy
sourcefn clone(&self) -> BuildPolicy
fn clone(&self) -> BuildPolicy
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<BuildPolicy> for BuildPolicy
impl PartialEq<BuildPolicy> for BuildPolicy
sourcefn eq(&self, other: &BuildPolicy) -> bool
fn eq(&self, other: &BuildPolicy) -> bool
impl StructuralPartialEq for BuildPolicy
Auto Trait Implementations
impl RefUnwindSafe for BuildPolicy
impl Send for BuildPolicy
impl Sync for BuildPolicy
impl Unpin for BuildPolicy
impl UnwindSafe for BuildPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more