pub struct Remote<'a>(pub Cow<'a, str>);
Expand description
A remote git repository identified by name, like origin
.
Tuple Fields§
§0: Cow<'a, str>
Trait Implementations§
impl<'a> Eq for Remote<'a>
impl<'a> StructuralPartialEq for Remote<'a>
Auto Trait Implementations§
impl<'a> Freeze for Remote<'a>
impl<'a> RefUnwindSafe for Remote<'a>
impl<'a> Send for Remote<'a>
impl<'a> Sync for Remote<'a>
impl<'a> Unpin for Remote<'a>
impl<'a> UnwindSafe for Remote<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)