pub struct GitProtocolUrl { /* private fields */ }Expand description
Git protocol URL: git://host/path
Implementations§
Trait Implementations§
Source§impl Clone for GitProtocolUrl
impl Clone for GitProtocolUrl
Source§fn clone(&self) -> GitProtocolUrl
fn clone(&self) -> GitProtocolUrl
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 GitProtocolUrl
impl Debug for GitProtocolUrl
Source§impl PartialEq for GitProtocolUrl
impl PartialEq for GitProtocolUrl
impl Eq for GitProtocolUrl
impl StructuralPartialEq for GitProtocolUrl
Auto Trait Implementations§
impl Freeze for GitProtocolUrl
impl RefUnwindSafe for GitProtocolUrl
impl Send for GitProtocolUrl
impl Sync for GitProtocolUrl
impl Unpin for GitProtocolUrl
impl UnwindSafe for GitProtocolUrl
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