pub struct NativeRuntimeCacheRoot {
pub path: PathBuf,
}Fields§
§path: PathBufTrait Implementations§
Source§impl Clone for NativeRuntimeCacheRoot
impl Clone for NativeRuntimeCacheRoot
Source§fn clone(&self) -> NativeRuntimeCacheRoot
fn clone(&self) -> NativeRuntimeCacheRoot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NativeRuntimeCacheRoot
impl Debug for NativeRuntimeCacheRoot
Source§impl<'de> Deserialize<'de> for NativeRuntimeCacheRoot
impl<'de> Deserialize<'de> for NativeRuntimeCacheRoot
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
impl Eq for NativeRuntimeCacheRoot
Source§impl PartialEq for NativeRuntimeCacheRoot
impl PartialEq for NativeRuntimeCacheRoot
Source§impl Serialize for NativeRuntimeCacheRoot
impl Serialize for NativeRuntimeCacheRoot
impl StructuralPartialEq for NativeRuntimeCacheRoot
Auto Trait Implementations§
impl Freeze for NativeRuntimeCacheRoot
impl RefUnwindSafe for NativeRuntimeCacheRoot
impl Send for NativeRuntimeCacheRoot
impl Sync for NativeRuntimeCacheRoot
impl Unpin for NativeRuntimeCacheRoot
impl UnsafeUnpin for NativeRuntimeCacheRoot
impl UnwindSafe for NativeRuntimeCacheRoot
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