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 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 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 Freeze for RustcTarget
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> 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