pub struct ParentBuilder { /* private fields */ }
Expand description
Builder for Parent
.
Implementations§
Source§impl ParentBuilder
impl ParentBuilder
pub fn group_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn artifact_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn version<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn relative_path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for ParentBuilder
impl Clone for ParentBuilder
Source§fn clone(&self) -> ParentBuilder
fn clone(&self) -> ParentBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ParentBuilder
impl RefUnwindSafe for ParentBuilder
impl Send for ParentBuilder
impl Sync for ParentBuilder
impl Unpin for ParentBuilder
impl UnwindSafe for ParentBuilder
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