Enum conan::BuildPolicy
source · pub enum BuildPolicy {
Never,
Always,
Missing,
Outdated,
}Expand description
Conan build policy
Variants§
Trait Implementations§
source§impl Clone for BuildPolicy
impl Clone for BuildPolicy
source§fn clone(&self) -> BuildPolicy
fn clone(&self) -> BuildPolicy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq for BuildPolicy
impl PartialEq for BuildPolicy
source§fn eq(&self, other: &BuildPolicy) -> bool
fn eq(&self, other: &BuildPolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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