pub struct RustcProfile {
pub opt_level: String,
pub debuginfo: Option<usize>,
pub debug_assertions: bool,
pub overflow_checks: bool,
pub test: bool,
}Fields§
§opt_level: String§debuginfo: Option<usize>§debug_assertions: bool§overflow_checks: bool§test: boolTrait Implementations§
Source§impl Clone for RustcProfile
impl Clone for RustcProfile
Source§fn clone(&self) -> RustcProfile
fn clone(&self) -> RustcProfile
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 DeJson for RustcProfile
impl DeJson for RustcProfile
Source§impl Debug for RustcProfile
impl Debug for RustcProfile
Source§impl Default for RustcProfile
impl Default for RustcProfile
Source§fn default() -> RustcProfile
fn default() -> RustcProfile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RustcProfile
impl RefUnwindSafe for RustcProfile
impl Send for RustcProfile
impl Sync for RustcProfile
impl Unpin for RustcProfile
impl UnwindSafe for RustcProfile
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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