pub struct DictionaryHeader {
pub version: i64,
pub create_time: i64,
pub description: String,
}Expand description
Binary dictionary header (272 bytes).
Fields§
§version: i64§create_time: i64§description: StringTrait Implementations§
Source§impl Clone for DictionaryHeader
impl Clone for DictionaryHeader
Source§fn clone(&self) -> DictionaryHeader
fn clone(&self) -> DictionaryHeader
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 moreAuto Trait Implementations§
impl Freeze for DictionaryHeader
impl RefUnwindSafe for DictionaryHeader
impl Send for DictionaryHeader
impl Sync for DictionaryHeader
impl Unpin for DictionaryHeader
impl UnsafeUnpin for DictionaryHeader
impl UnwindSafe for DictionaryHeader
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