pub struct Project { /* private fields */ }
Implementations§
Source§impl Project
impl Project
pub fn new_library<T: Into<String>>(name: T) -> Self
pub fn get_directory_name(&self) -> &String
pub fn with_feature(&mut self, feature: Feature) -> &mut Self
pub fn remove_feature(&mut self, feature: &Feature) -> &mut Self
pub fn create(&self) -> Work
Trait Implementations§
impl Eq for Project
impl StructuralPartialEq for Project
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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