pub enum CacheDirType {
Build,
Source,
TaskData,
}Variants§
Trait Implementations§
Source§impl Clone for CacheDirType
impl Clone for CacheDirType
Source§fn clone(&self) -> CacheDirType
fn clone(&self) -> CacheDirType
Returns a duplicate 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 Debug for CacheDirType
impl Debug for CacheDirType
impl Copy for CacheDirType
Auto Trait Implementations§
impl Freeze for CacheDirType
impl RefUnwindSafe for CacheDirType
impl Send for CacheDirType
impl Sync for CacheDirType
impl Unpin for CacheDirType
impl UnwindSafe for CacheDirType
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