Struct jj_lib::git::GitRefUpdate
source · pub struct GitRefUpdate {
pub qualified_name: String,
pub force: bool,
pub new_target: Option<CommitId>,
}
Fields§
§qualified_name: String
§force: bool
§new_target: Option<CommitId>
Auto Trait Implementations§
impl RefUnwindSafe for GitRefUpdate
impl Send for GitRefUpdate
impl Sync for GitRefUpdate
impl Unpin for GitRefUpdate
impl UnwindSafe for GitRefUpdate
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