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

pub struct Field {
    pub name: String,
    pub optype: Optype,
    // some fields omitted
}

Information about a field in a data source.

Fields

name: String

The name of this field.

optype: Optype

The type of data stored in this field.

Trait Implementations

impl Updatable for Field[src]

type Update = FieldUpdate

The type of the data used to update this value.

impl Clone for Field[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Field[src]

impl Serialize for Field[src]

impl<'de> Deserialize<'de> for Field[src]

Auto Trait Implementations

impl Sync for Field

impl Send for Field

impl Unpin for Field

impl RefUnwindSafe for Field

impl UnwindSafe for Field

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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

type Error = Infallible

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

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

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