pub struct PackageQuantizerTrialInput {
pub quantizer: Option<Value>,
pub fits: Option<bool>,
pub budget_bytes: Option<Value>,
pub contribution_bytes: Option<Value>,
pub bts1_bytes: Option<Value>,
}Fields§
§quantizer: Option<Value>§fits: Option<bool>§budget_bytes: Option<Value>§contribution_bytes: Option<Value>§bts1_bytes: Option<Value>Trait Implementations§
Source§impl Clone for PackageQuantizerTrialInput
impl Clone for PackageQuantizerTrialInput
Source§fn clone(&self) -> PackageQuantizerTrialInput
fn clone(&self) -> PackageQuantizerTrialInput
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 PackageQuantizerTrialInput
impl Debug for PackageQuantizerTrialInput
Source§impl<'de> Deserialize<'de> for PackageQuantizerTrialInput
impl<'de> Deserialize<'de> for PackageQuantizerTrialInput
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 PackageQuantizerTrialInput
impl RefUnwindSafe for PackageQuantizerTrialInput
impl Send for PackageQuantizerTrialInput
impl Sync for PackageQuantizerTrialInput
impl Unpin for PackageQuantizerTrialInput
impl UnsafeUnpin for PackageQuantizerTrialInput
impl UnwindSafe for PackageQuantizerTrialInput
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