pub struct StashEntryInfo {
pub index: usize,
pub message: String,
pub branch: Option<String>,
pub timestamp: i64,
}Fields§
§index: usize§message: String§branch: Option<String>§timestamp: i64Trait Implementations§
Source§impl Debug for StashEntryInfo
impl Debug for StashEntryInfo
Source§impl<'de> Deserialize<'de> for StashEntryInfo
impl<'de> Deserialize<'de> for StashEntryInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StashEntryInfo
impl RefUnwindSafe for StashEntryInfo
impl Send for StashEntryInfo
impl Sync for StashEntryInfo
impl Unpin for StashEntryInfo
impl UnsafeUnpin for StashEntryInfo
impl UnwindSafe for StashEntryInfo
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