pub struct EncodingOpts {
pub xor_float_compression: bool,
pub mantissa: Option<u32>,
pub full_precision_cols: HashSet<String>,
}Fields§
§xor_float_compression: bool§mantissa: Option<u32>§full_precision_cols: HashSet<String>Trait Implementations§
Source§impl Clone for EncodingOpts
impl Clone for EncodingOpts
Source§fn clone(&self) -> EncodingOpts
fn clone(&self) -> EncodingOpts
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 EncodingOpts
impl Debug for EncodingOpts
Source§impl<'de> Deserialize<'de> for EncodingOpts
impl<'de> Deserialize<'de> for EncodingOpts
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 EncodingOpts
impl RefUnwindSafe for EncodingOpts
impl Send for EncodingOpts
impl Sync for EncodingOpts
impl Unpin for EncodingOpts
impl UnwindSafe for EncodingOpts
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