[][src]Struct bigml::resource::source::FieldUpdate

pub struct FieldUpdate {
    pub optype: Option<<Optype as Updatable>::Update>,
    pub time_formats: Option<<Vec<String> as Updatable>::Update>,
    // some fields omitted
}

An update to Field.

Fields

optype: Option<<Optype as Updatable>::Update>

New value for optype (optional).

time_formats: Option<<Vec<String> as Updatable>::Update>

New value for time_formats (optional).

Trait Implementations

impl Clone for FieldUpdate[src]

impl Default for FieldUpdate[src]

impl PartialEq<FieldUpdate> for FieldUpdate[src]

impl Debug for FieldUpdate[src]

impl StructuralPartialEq for FieldUpdate[src]

impl Serialize for FieldUpdate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err