Struct cargo::util::machine_message::FromCompiler
source · [−]pub struct FromCompiler<'a> {
pub package_id: PackageId,
pub manifest_path: &'a Path,
pub target: &'a Target,
pub message: Box<RawValue>,
}
Fields
package_id: PackageId
manifest_path: &'a Path
target: &'a Target
message: Box<RawValue>
Trait Implementations
sourceimpl<'a> Message for FromCompiler<'a>
impl<'a> Message for FromCompiler<'a>
sourceimpl<'a> Serialize for FromCompiler<'a>
impl<'a> Serialize for FromCompiler<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for FromCompiler<'a>
impl<'a> Send for FromCompiler<'a>
impl<'a> Sync for FromCompiler<'a>
impl<'a> Unpin for FromCompiler<'a>
impl<'a> UnwindSafe for FromCompiler<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more