Struct jj_lib::git::FailedRefExport
source · pub struct FailedRefExport {
pub name: RefName,
pub reason: FailedRefExportReason,
}
Expand description
A ref we failed to export to Git, along with the reason it failed.
Fields§
§name: RefName
§reason: FailedRefExportReason
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FailedRefExport
impl Send for FailedRefExport
impl Sync for FailedRefExport
impl Unpin for FailedRefExport
impl !UnwindSafe for FailedRefExport
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