pub enum GitBranchSync {
Unknown,
Pushed,
NotPushed,
}Variants§
Trait Implementations§
Source§impl Clone for GitBranchSync
impl Clone for GitBranchSync
Source§fn clone(&self) -> GitBranchSync
fn clone(&self) -> GitBranchSync
Returns a duplicate of the value. Read more
1.0.0 · 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 GitBranchSync
impl Debug for GitBranchSync
Source§impl PartialEq for GitBranchSync
impl PartialEq for GitBranchSync
impl Copy for GitBranchSync
impl Eq for GitBranchSync
impl StructuralPartialEq for GitBranchSync
Auto Trait Implementations§
impl Freeze for GitBranchSync
impl RefUnwindSafe for GitBranchSync
impl Send for GitBranchSync
impl Sync for GitBranchSync
impl Unpin for GitBranchSync
impl UnsafeUnpin for GitBranchSync
impl UnwindSafe for GitBranchSync
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