pub struct SignOutcome {
pub rewritten: Vec<SignedRewrite>,
pub branches_moved: usize,
}Expand description
Result of GitRepo::sign_range.
Fields§
§rewritten: Vec<SignedRewrite>§branches_moved: usizeAuto Trait Implementations§
impl Freeze for SignOutcome
impl RefUnwindSafe for SignOutcome
impl Send for SignOutcome
impl Sync for SignOutcome
impl Unpin for SignOutcome
impl UnsafeUnpin for SignOutcome
impl UnwindSafe for SignOutcome
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