pub struct FoundCompiler {
pub spec: OuterSpec,
}Expand description
A compiler found by CompilerFind::compiler_find.
Fields§
§spec: OuterSpecImplementations§
Source§impl FoundCompiler
impl FoundCompiler
pub fn into_compiler_spec_string(self) -> String
Trait Implementations§
Source§impl Clone for FoundCompiler
impl Clone for FoundCompiler
Source§fn clone(&self) -> FoundCompiler
fn clone(&self) -> FoundCompiler
Returns a duplicate of the value. Read more
1.0.0 · 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 FoundCompiler
impl Debug for FoundCompiler
Source§impl<'de> Deserialize<'de> for FoundCompiler
impl<'de> Deserialize<'de> for FoundCompiler
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
Source§impl Display for FoundCompiler
impl Display for FoundCompiler
Auto Trait Implementations§
impl Freeze for FoundCompiler
impl RefUnwindSafe for FoundCompiler
impl Send for FoundCompiler
impl Sync for FoundCompiler
impl Unpin for FoundCompiler
impl UnwindSafe for FoundCompiler
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