pub struct BuildDependency { /* private fields */ }Expand description
A build dependency.
Implementations§
Source§impl BuildDependency
impl BuildDependency
pub fn get_root_dir(&self) -> Option<&str>
pub fn get_library_dir(&self) -> Option<&str>
pub fn get_include_dirs(&self) -> Vec<&str>
pub fn get_binary_dir(&self) -> Option<&str>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BuildDependency
impl<'de> Deserialize<'de> for BuildDependency
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 BuildDependency
impl RefUnwindSafe for BuildDependency
impl Send for BuildDependency
impl Sync for BuildDependency
impl Unpin for BuildDependency
impl UnwindSafe for BuildDependency
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