pub struct DependenciesBuilder { /* private fields */ }Implementations§
Source§impl DependenciesBuilder
impl DependenciesBuilder
pub fn add_element(self, name: String, dependecies: Vec<String>) -> Self
pub fn build(&mut self) -> Result<Dependencies>
Auto Trait Implementations§
impl Freeze for DependenciesBuilder
impl RefUnwindSafe for DependenciesBuilder
impl Send for DependenciesBuilder
impl Sync for DependenciesBuilder
impl Unpin for DependenciesBuilder
impl UnwindSafe for DependenciesBuilder
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