pub struct StashInfo {
pub name: String,
pub message: String,
pub branch: String,
pub timestamp: String,
}Fields§
§name: String§message: String§branch: String§timestamp: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StashInfo
impl RefUnwindSafe for StashInfo
impl Send for StashInfo
impl Sync for StashInfo
impl Unpin for StashInfo
impl UnwindSafe for StashInfo
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