pub struct SourcePreprocessingOutput {
pub feature_set_id: String,
pub representation_id: RepresentationId,
pub adapter_id: Option<String>,
pub fit_scope: Option<FitScope>,
}Fields§
§feature_set_id: String§representation_id: RepresentationId§adapter_id: Option<String>§fit_scope: Option<FitScope>Implementations§
Trait Implementations§
Source§impl Clone for SourcePreprocessingOutput
impl Clone for SourcePreprocessingOutput
Source§fn clone(&self) -> SourcePreprocessingOutput
fn clone(&self) -> SourcePreprocessingOutput
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 SourcePreprocessingOutput
impl Debug for SourcePreprocessingOutput
Source§impl<'de> Deserialize<'de> for SourcePreprocessingOutput
impl<'de> Deserialize<'de> for SourcePreprocessingOutput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SourcePreprocessingOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SourcePreprocessingOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SourcePreprocessingOutput
Source§impl PartialEq for SourcePreprocessingOutput
impl PartialEq for SourcePreprocessingOutput
Source§fn eq(&self, other: &SourcePreprocessingOutput) -> bool
fn eq(&self, other: &SourcePreprocessingOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SourcePreprocessingOutput
impl Serialize for SourcePreprocessingOutput
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SourcePreprocessingOutput
Auto Trait Implementations§
impl Freeze for SourcePreprocessingOutput
impl RefUnwindSafe for SourcePreprocessingOutput
impl Send for SourcePreprocessingOutput
impl Sync for SourcePreprocessingOutput
impl Unpin for SourcePreprocessingOutput
impl UnsafeUnpin for SourcePreprocessingOutput
impl UnwindSafe for SourcePreprocessingOutput
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