pub struct CachePathConfig {
pub windows: String,
pub linux: String,
}Expand description
Platform-specific path configuration
Fields§
§windows: String§linux: StringTrait Implementations§
Source§impl Clone for CachePathConfig
impl Clone for CachePathConfig
Source§fn clone(&self) -> CachePathConfig
fn clone(&self) -> CachePathConfig
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 CachePathConfig
impl Debug for CachePathConfig
Source§impl Default for CachePathConfig
impl Default for CachePathConfig
Source§impl<'de> Deserialize<'de> for CachePathConfigwhere
CachePathConfig: Default,
impl<'de> Deserialize<'de> for CachePathConfigwhere
CachePathConfig: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CachePathConfig
impl RefUnwindSafe for CachePathConfig
impl Send for CachePathConfig
impl Sync for CachePathConfig
impl Unpin for CachePathConfig
impl UnwindSafe for CachePathConfig
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