pub struct WipEntry {
pub name: String,
pub user: String,
pub sha: String,
pub metadata: WipMetadata,
pub timestamp: i64,
}Fields§
§name: String§user: String§sha: String§metadata: WipMetadata§timestamp: i64Auto Trait Implementations§
impl Freeze for WipEntry
impl RefUnwindSafe for WipEntry
impl Send for WipEntry
impl Sync for WipEntry
impl Unpin for WipEntry
impl UnsafeUnpin for WipEntry
impl UnwindSafe for WipEntry
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