pub struct NativeTsDependencyManifest {
pub protocol: String,
pub compiler_identity: String,
pub files: Vec<String>,
}Expand description
Compiler-owned source graph used to bind native artifacts to every input.
Fields§
§protocol: StringDependency-manifest protocol version.
compiler_identity: StringStable identity of the compiler environment that resolved the graph.
files: Vec<String>Canonical source files that contribute to the compiled artifact.
Implementations§
Trait Implementations§
Source§impl Clone for NativeTsDependencyManifest
impl Clone for NativeTsDependencyManifest
Source§fn clone(&self) -> NativeTsDependencyManifest
fn clone(&self) -> NativeTsDependencyManifest
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 NativeTsDependencyManifest
impl Debug for NativeTsDependencyManifest
Source§impl<'de> Deserialize<'de> for NativeTsDependencyManifest
impl<'de> Deserialize<'de> for NativeTsDependencyManifest
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 NativeTsDependencyManifest
impl StructuralPartialEq for NativeTsDependencyManifest
Auto Trait Implementations§
impl Freeze for NativeTsDependencyManifest
impl RefUnwindSafe for NativeTsDependencyManifest
impl Send for NativeTsDependencyManifest
impl Sync for NativeTsDependencyManifest
impl Unpin for NativeTsDependencyManifest
impl UnsafeUnpin for NativeTsDependencyManifest
impl UnwindSafe for NativeTsDependencyManifest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.