pub struct GitOpState {
pub op: u8,
pub oid: GitOid,
pub detail: String,
}Expand description
The in-progress operation, if any.
Fields§
§op: u8§oid: GitOid§detail: StringTrait Implementations§
Source§impl Clone for GitOpState
impl Clone for GitOpState
Source§fn clone(&self) -> GitOpState
fn clone(&self) -> GitOpState
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 GitOpState
impl Debug for GitOpState
Source§impl Default for GitOpState
impl Default for GitOpState
Source§fn default() -> GitOpState
fn default() -> GitOpState
Returns the “default value” for a type. Read more
impl Eq for GitOpState
Source§impl PartialEq for GitOpState
impl PartialEq for GitOpState
impl StructuralPartialEq for GitOpState
Auto Trait Implementations§
impl Freeze for GitOpState
impl RefUnwindSafe for GitOpState
impl Send for GitOpState
impl Sync for GitOpState
impl Unpin for GitOpState
impl UnsafeUnpin for GitOpState
impl UnwindSafe for GitOpState
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