Struct makepad_studio::build_manager::rustc_json::RustcTarget
source · pub struct RustcTarget {
pub kind: Vec<String>,
pub crate_types: Vec<String>,
pub name: String,
pub src_path: String,
pub edition: String,
pub doc: Option<bool>,
pub doctest: bool,
pub test: bool,
}Fields§
§kind: Vec<String>§crate_types: Vec<String>§name: String§src_path: String§edition: String§doc: Option<bool>§doctest: bool§test: boolTrait Implementations§
source§impl Clone for RustcTarget
impl Clone for RustcTarget
source§fn clone(&self) -> RustcTarget
fn clone(&self) -> RustcTarget
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 RustcTarget
impl DeJson for RustcTarget
source§impl Debug for RustcTarget
impl Debug for RustcTarget
source§impl Default for RustcTarget
impl Default for RustcTarget
source§fn default() -> RustcTarget
fn default() -> RustcTarget
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RustcTarget
impl Send for RustcTarget
impl Sync for RustcTarget
impl Unpin for RustcTarget
impl UnwindSafe for RustcTarget
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