Struct makepad_studio::build_manager::rustc_json::RustcProfile
source · 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 copy 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 RefUnwindSafe for RustcProfile
impl Send for RustcProfile
impl Sync for RustcProfile
impl Unpin for RustcProfile
impl UnwindSafe for RustcProfile
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