Struct bigml::resource::ResourceCommonUpdate[][src]

pub struct ResourceCommonUpdate {
    pub name: Option<<String as Updatable>::Update>,
    // some fields omitted
}

An update to ResourceCommon.

Fields

New value for name (optional).

Trait Implementations

impl Clone for ResourceCommonUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceCommonUpdate
[src]

Formats the value using the given formatter. Read more

impl Default for ResourceCommonUpdate
[src]

Returns the "default value" for a type. Read more

impl PartialEq for ResourceCommonUpdate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations