pub struct LastJsonlEntry {
pub last_type: Option<String>,
pub modified_at: SystemTime,
}Fields§
§last_type: Option<String>§modified_at: SystemTimeTrait Implementations§
Source§impl Clone for LastJsonlEntry
impl Clone for LastJsonlEntry
Source§fn clone(&self) -> LastJsonlEntry
fn clone(&self) -> LastJsonlEntry
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 LastJsonlEntry
impl Debug for LastJsonlEntry
Source§impl PartialEq for LastJsonlEntry
impl PartialEq for LastJsonlEntry
impl StructuralPartialEq for LastJsonlEntry
Auto Trait Implementations§
impl Freeze for LastJsonlEntry
impl RefUnwindSafe for LastJsonlEntry
impl Send for LastJsonlEntry
impl Sync for LastJsonlEntry
impl Unpin for LastJsonlEntry
impl UnsafeUnpin for LastJsonlEntry
impl UnwindSafe for LastJsonlEntry
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