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