pub struct MethodsPlsPredictInput {
pub data_content_profile: String,
pub data_content_fingerprint: String,
pub dataset: MethodsPlsDataset,
}Fields§
§data_content_profile: StringMust be METHODS_PLS_PREDICT_CONTENT_PROFILE.
data_content_fingerprint: String§dataset: MethodsPlsDatasetTrait Implementations§
Source§impl Clone for MethodsPlsPredictInput
impl Clone for MethodsPlsPredictInput
Source§fn clone(&self) -> MethodsPlsPredictInput
fn clone(&self) -> MethodsPlsPredictInput
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 MethodsPlsPredictInput
impl Debug for MethodsPlsPredictInput
Source§impl PartialEq for MethodsPlsPredictInput
impl PartialEq for MethodsPlsPredictInput
impl StructuralPartialEq for MethodsPlsPredictInput
Auto Trait Implementations§
impl Freeze for MethodsPlsPredictInput
impl RefUnwindSafe for MethodsPlsPredictInput
impl Send for MethodsPlsPredictInput
impl Sync for MethodsPlsPredictInput
impl Unpin for MethodsPlsPredictInput
impl UnsafeUnpin for MethodsPlsPredictInput
impl UnwindSafe for MethodsPlsPredictInput
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