pub struct MlModelInputNoDataHandling {
pub no_data_value: Option<Option<f32>>,
pub variant: MlModelInputNoDataHandlingVariant,
}Fields§
§no_data_value: Option<Option<f32>>§variant: MlModelInputNoDataHandlingVariantImplementations§
Source§impl MlModelInputNoDataHandling
impl MlModelInputNoDataHandling
pub fn new( variant: MlModelInputNoDataHandlingVariant, ) -> MlModelInputNoDataHandling
Trait Implementations§
Source§impl Clone for MlModelInputNoDataHandling
impl Clone for MlModelInputNoDataHandling
Source§fn clone(&self) -> MlModelInputNoDataHandling
fn clone(&self) -> MlModelInputNoDataHandling
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 MlModelInputNoDataHandling
impl Debug for MlModelInputNoDataHandling
Source§impl Default for MlModelInputNoDataHandling
impl Default for MlModelInputNoDataHandling
Source§fn default() -> MlModelInputNoDataHandling
fn default() -> MlModelInputNoDataHandling
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MlModelInputNoDataHandling
impl<'de> Deserialize<'de> for MlModelInputNoDataHandling
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
impl StructuralPartialEq for MlModelInputNoDataHandling
Auto Trait Implementations§
impl Freeze for MlModelInputNoDataHandling
impl RefUnwindSafe for MlModelInputNoDataHandling
impl Send for MlModelInputNoDataHandling
impl Sync for MlModelInputNoDataHandling
impl Unpin for MlModelInputNoDataHandling
impl UnsafeUnpin for MlModelInputNoDataHandling
impl UnwindSafe for MlModelInputNoDataHandling
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