pub enum CcacheVariant {
Ccache,
Sccache,
}
Expand description
The list compiler cache variants to be used as constants.
Variants§
Trait Implementations§
Source§impl Clone for CcacheVariant
impl Clone for CcacheVariant
Source§fn clone(&self) -> CcacheVariant
fn clone(&self) -> CcacheVariant
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CcacheVariant
impl Debug for CcacheVariant
Source§impl Display for CcacheVariant
impl Display for CcacheVariant
Source§impl FromStr for CcacheVariant
impl FromStr for CcacheVariant
Source§impl Hash for CcacheVariant
impl Hash for CcacheVariant
Source§impl PartialEq for CcacheVariant
impl PartialEq for CcacheVariant
impl Copy for CcacheVariant
impl Eq for CcacheVariant
impl StructuralPartialEq for CcacheVariant
Auto Trait Implementations§
impl Freeze for CcacheVariant
impl RefUnwindSafe for CcacheVariant
impl Send for CcacheVariant
impl Sync for CcacheVariant
impl Unpin for CcacheVariant
impl UnwindSafe for CcacheVariant
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.