pub struct SyncRefComparison {
pub ref_name: String,
pub state: SyncRefComparisonState,
}Expand description
One ref’s own comparison result.
Fields§
§ref_name: StringThe branch ref’s name.
state: SyncRefComparisonStateHow this repository’s own state compares to remote’s.
Trait Implementations§
Source§impl Clone for SyncRefComparison
impl Clone for SyncRefComparison
Source§fn clone(&self) -> SyncRefComparison
fn clone(&self) -> SyncRefComparison
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 SyncRefComparison
impl Debug for SyncRefComparison
impl Eq for SyncRefComparison
Source§impl PartialEq for SyncRefComparison
impl PartialEq for SyncRefComparison
impl StructuralPartialEq for SyncRefComparison
Auto Trait Implementations§
impl Freeze for SyncRefComparison
impl RefUnwindSafe for SyncRefComparison
impl Send for SyncRefComparison
impl Sync for SyncRefComparison
impl Unpin for SyncRefComparison
impl UnsafeUnpin for SyncRefComparison
impl UnwindSafe for SyncRefComparison
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