[][src]Struct sdk_cds::models::Action

pub struct Action {
    pub id: i64,
    pub name: String,
    pub step_name: String,
    pub _type: String,
    pub description: String,
    pub parameters: Option<Vec<Parameter>>,
    pub action: Option<Vec<Box<Action>>>,
    pub enabled: bool,
    pub deprecated: bool,
    pub optional: bool,
    pub always_executed: bool,
    pub last_modified: i64,
}

Fields

id: i64name: Stringstep_name: String_type: Stringdescription: Stringparameters: Option<Vec<Parameter>>action: Option<Vec<Box<Action>>>enabled: booldeprecated: booloptional: boolalways_executed: boollast_modified: i64

Trait Implementations

impl Default for Action[src]

impl Debug for Action[src]

impl Serialize for Action[src]

impl<'de> Deserialize<'de> for Action where
    Action: Default
[src]

Auto Trait Implementations

impl Send for Action

impl Sync for Action

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

impl<T> BorrowMut 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 for T where
    U: TryFrom<T>, 

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