pub struct SignedRewrite {
pub old: String,
pub new: String,
}Expand description
One rewritten commit from a signing pass.
Fields§
§old: String§new: StringAuto Trait Implementations§
impl Freeze for SignedRewrite
impl RefUnwindSafe for SignedRewrite
impl Send for SignedRewrite
impl Sync for SignedRewrite
impl Unpin for SignedRewrite
impl UnsafeUnpin for SignedRewrite
impl UnwindSafe for SignedRewrite
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