pub struct DataVersion {
pub format_version: u32,
pub jmdict_version: String,
pub generated_at: String,
}Expand description
Dictionary data version information.
Fields§
§format_version: u32§jmdict_version: String§generated_at: StringTrait Implementations§
Source§impl Clone for DataVersion
impl Clone for DataVersion
Source§fn clone(&self) -> DataVersion
fn clone(&self) -> DataVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataVersion
impl RefUnwindSafe for DataVersion
impl Send for DataVersion
impl Sync for DataVersion
impl Unpin for DataVersion
impl UnsafeUnpin for DataVersion
impl UnwindSafe for DataVersion
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