pub struct DotCargoTarget {
pub linker: Option<String>,
pub rustflags: Vec<String>,
}
Fields§
§linker: Option<String>
§rustflags: Vec<String>
Implementations§
Trait Implementations§
source§impl Debug for DotCargoTarget
impl Debug for DotCargoTarget
source§impl Default for DotCargoTarget
impl Default for DotCargoTarget
source§fn default() -> DotCargoTarget
fn default() -> DotCargoTarget
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DotCargoTarget
impl<'de> Deserialize<'de> for DotCargoTarget
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
Auto Trait Implementations§
impl Freeze for DotCargoTarget
impl RefUnwindSafe for DotCargoTarget
impl Send for DotCargoTarget
impl Sync for DotCargoTarget
impl Unpin for DotCargoTarget
impl UnwindSafe for DotCargoTarget
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