Struct cargo_metadata::CompilerMessage [−][src]
Message left by the compiler
Fields
package_id: PackageId
The package this message belongs to
target: Target
The target this message is aimed at
message: Diagnostic
The message the compiler sent.
Trait Implementations
impl Clone for CompilerMessage
[src][+]
impl Debug for CompilerMessage
[src][+]
impl<'de> Deserialize<'de> for CompilerMessage
[src][+]
impl Display for CompilerMessage
[src][+]
impl Eq for CompilerMessage
[src]
impl Hash for CompilerMessage
[src][+]
impl PartialEq<CompilerMessage> for CompilerMessage
[src][+]
impl Serialize for CompilerMessage
[src][+]
impl StructuralEq for CompilerMessage
[src]
impl StructuralPartialEq for CompilerMessage
[src]
Auto Trait Implementations
impl RefUnwindSafe for CompilerMessage
impl Send for CompilerMessage
impl Sync for CompilerMessage
impl Unpin for CompilerMessage
impl UnwindSafe for CompilerMessage
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,