pub struct BuildSourceGitBuilder { /* private fields */ }
Implementations§
Source§impl BuildSourceGitBuilder
impl BuildSourceGitBuilder
pub fn checkout_submodule(self, enabled: bool) -> Self
pub fn checkout_folder(self, path: Option<PathBuf>) -> Self
pub fn revision(self, revision: Option<String>) -> Self
pub fn skip_revision_checkout(self, enabled: bool) -> Self
pub fn build(self) -> BuildSourceGit
Auto Trait Implementations§
impl Freeze for BuildSourceGitBuilder
impl RefUnwindSafe for BuildSourceGitBuilder
impl Send for BuildSourceGitBuilder
impl Sync for BuildSourceGitBuilder
impl Unpin for BuildSourceGitBuilder
impl UnwindSafe for BuildSourceGitBuilder
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