pub struct TrackingBranch {
pub remote: String,
pub remote_ref: String,
}Fields§
§remote: String§remote_ref: StringAuto Trait Implementations§
impl Freeze for TrackingBranch
impl RefUnwindSafe for TrackingBranch
impl Send for TrackingBranch
impl Sync for TrackingBranch
impl Unpin for TrackingBranch
impl UnwindSafe for TrackingBranch
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