pub struct GitOverlayPushTracking {
pub remote_name: String,
pub configured_remote: Option<GitRemoteConfigured>,
pub upstream_branch: Option<String>,
}Expand description
Tracking refresh facts after a git-overlay refs push (CLI-discovered).
Fields§
§remote_name: String§configured_remote: Option<GitRemoteConfigured>§upstream_branch: Option<String>Trait Implementations§
Source§impl Clone for GitOverlayPushTracking
impl Clone for GitOverlayPushTracking
Source§fn clone(&self) -> GitOverlayPushTracking
fn clone(&self) -> GitOverlayPushTracking
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GitOverlayPushTracking
impl Debug for GitOverlayPushTracking
impl Eq for GitOverlayPushTracking
Source§impl PartialEq for GitOverlayPushTracking
impl PartialEq for GitOverlayPushTracking
impl StructuralPartialEq for GitOverlayPushTracking
Auto Trait Implementations§
impl Freeze for GitOverlayPushTracking
impl RefUnwindSafe for GitOverlayPushTracking
impl Send for GitOverlayPushTracking
impl Sync for GitOverlayPushTracking
impl Unpin for GitOverlayPushTracking
impl UnsafeUnpin for GitOverlayPushTracking
impl UnwindSafe for GitOverlayPushTracking
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