pub struct MavenSettings { /* private fields */ }Expand description
Contains Maven settings and configuration
Implementations§
Source§impl MavenSettings
impl MavenSettings
Sourcepub fn new(repos: Vec<MavenArtifactRepo>) -> MavenSettings
pub fn new(repos: Vec<MavenArtifactRepo>) -> MavenSettings
Creates new Maven Settings by defining additional repositories to use. The maven central is always being included as a repo.
Trait Implementations§
Source§impl Clone for MavenSettings
impl Clone for MavenSettings
Source§fn clone(&self) -> MavenSettings
fn clone(&self) -> MavenSettings
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 Debug for MavenSettings
impl Debug for MavenSettings
Auto Trait Implementations§
impl Freeze for MavenSettings
impl RefUnwindSafe for MavenSettings
impl Send for MavenSettings
impl Sync for MavenSettings
impl Unpin for MavenSettings
impl UnwindSafe for MavenSettings
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