pub struct StackCommit {
pub sha: String,
pub subject: String,
pub hunks: usize,
}Fields§
§sha: String§subject: String§hunks: usizeTrait Implementations§
Source§impl Clone for StackCommit
impl Clone for StackCommit
Auto Trait Implementations§
impl Freeze for StackCommit
impl RefUnwindSafe for StackCommit
impl Send for StackCommit
impl Sync for StackCommit
impl Unpin for StackCommit
impl UnsafeUnpin for StackCommit
impl UnwindSafe for StackCommit
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