pub struct GitRemote {
pub name: String,
pub url: String,
}Expand description
A git remote.
Fields§
§name: String§url: StringTrait Implementations§
impl Eq for GitRemote
impl StructuralPartialEq for GitRemote
Auto Trait Implementations§
impl Freeze for GitRemote
impl RefUnwindSafe for GitRemote
impl Send for GitRemote
impl Sync for GitRemote
impl Unpin for GitRemote
impl UnsafeUnpin for GitRemote
impl UnwindSafe for GitRemote
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