pub struct CachedRuntime {
pub manifest: RuntimeManifest,
pub path: PathBuf,
}Fields§
§manifest: RuntimeManifest§path: PathBufTrait Implementations§
Source§impl Clone for CachedRuntime
impl Clone for CachedRuntime
Source§fn clone(&self) -> CachedRuntime
fn clone(&self) -> CachedRuntime
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 CachedRuntime
impl Debug for CachedRuntime
impl Eq for CachedRuntime
Source§impl PartialEq for CachedRuntime
impl PartialEq for CachedRuntime
Source§fn eq(&self, other: &CachedRuntime) -> bool
fn eq(&self, other: &CachedRuntime) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CachedRuntime
Auto Trait Implementations§
impl Freeze for CachedRuntime
impl RefUnwindSafe for CachedRuntime
impl Send for CachedRuntime
impl Sync for CachedRuntime
impl Unpin for CachedRuntime
impl UnsafeUnpin for CachedRuntime
impl UnwindSafe for CachedRuntime
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