pub enum RefStatus {
FastForward,
ForcedUpdate,
Deleted,
NewRef,
Rejected,
NoPush,
}Expand description
The status as returned from the Git binary (or libgit2)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefStatus
impl RefUnwindSafe for RefStatus
impl Send for RefStatus
impl Sync for RefStatus
impl Unpin for RefStatus
impl UnwindSafe for RefStatus
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