pub struct GitRepositoryUrl {
pub url_string: String,
pub parsed_url: GitUrl,
}
Fields§
§url_string: String
§parsed_url: GitUrl
Trait Implementations§
Source§impl Clone for GitRepositoryUrl
impl Clone for GitRepositoryUrl
Source§fn clone(&self) -> GitRepositoryUrl
fn clone(&self) -> GitRepositoryUrl
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GitRepositoryUrl
impl Debug for GitRepositoryUrl
Source§impl FromStr for GitRepositoryUrl
impl FromStr for GitRepositoryUrl
Source§impl TryFrom<GitRepositoryUrl> for GithubRepository
impl TryFrom<GitRepositoryUrl> for GithubRepository
Auto Trait Implementations§
impl Freeze for GitRepositoryUrl
impl RefUnwindSafe for GitRepositoryUrl
impl Send for GitRepositoryUrl
impl Sync for GitRepositoryUrl
impl Unpin for GitRepositoryUrl
impl UnwindSafe for GitRepositoryUrl
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