pub struct SectionHashes {
pub masks: Option<String>,
pub vocab: Option<String>,
pub index: Option<String>,
}Expand description
Hex-encoded hash64 per optional section (u64 as JSON number would lose precision past 2^53).
Fields§
§masks: Option<String>§vocab: Option<String>§index: Option<String>Trait Implementations§
Source§impl Clone for SectionHashes
impl Clone for SectionHashes
Source§fn clone(&self) -> SectionHashes
fn clone(&self) -> SectionHashes
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 moreSource§impl Debug for SectionHashes
impl Debug for SectionHashes
Source§impl Default for SectionHashes
impl Default for SectionHashes
Source§fn default() -> SectionHashes
fn default() -> SectionHashes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SectionHashes
impl<'de> Deserialize<'de> for SectionHashes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SectionHashes
impl RefUnwindSafe for SectionHashes
impl Send for SectionHashes
impl Sync for SectionHashes
impl Unpin for SectionHashes
impl UnsafeUnpin for SectionHashes
impl UnwindSafe for SectionHashes
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