pub struct InData {
pub time: STime,
pub date: NaiveDate,
pub job: String,
pub tags: Vec<String>,
pub line: usize,
}
Fields§
§time: STime
§date: NaiveDate
§job: String
§line: usize
Trait Implementations§
impl Eq for InData
impl StructuralPartialEq for InData
Auto Trait Implementations§
impl Freeze for InData
impl RefUnwindSafe for InData
impl Send for InData
impl Sync for InData
impl Unpin for InData
impl UnwindSafe for InData
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