pub struct StashEntry {
pub index: u32,
pub message: String,
pub commit_hash: String,
}Fields§
§index: u32§message: String§commit_hash: StringTrait Implementations§
Source§impl Clone for StashEntry
impl Clone for StashEntry
Source§fn clone(&self) -> StashEntry
fn clone(&self) -> StashEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StashEntry
impl Debug for StashEntry
Auto Trait Implementations§
impl Freeze for StashEntry
impl RefUnwindSafe for StashEntry
impl Send for StashEntry
impl Sync for StashEntry
impl Unpin for StashEntry
impl UnsafeUnpin for StashEntry
impl UnwindSafe for StashEntry
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