pub struct BuildSourceGit { /* private fields */ }
Implementations§
Source§impl BuildSourceGit
impl BuildSourceGit
pub fn builder(repository_url: String) -> BuildSourceGitBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildSourceGit
impl RefUnwindSafe for BuildSourceGit
impl Send for BuildSourceGit
impl Sync for BuildSourceGit
impl Unpin for BuildSourceGit
impl UnwindSafe for BuildSourceGit
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