[][src]Struct camunda_client::models::form_dto::FormDto

pub struct FormDto {
    pub key: Option<String>,
    pub context_path: Option<String>,
}

Fields

key: Option<String>

The form key.

context_path: Option<String>

The context path of the process application. If the task (or the process definition) does not belong to a process application deployment or a process definition at all, this property is not set.

Implementations

impl FormDto[src]

pub fn new() -> FormDto[src]

Trait Implementations

impl Clone for FormDto[src]

impl Debug for FormDto[src]

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

impl PartialEq<FormDto> for FormDto[src]

impl Serialize for FormDto[src]

impl StructuralPartialEq for FormDto[src]

Auto Trait Implementations

impl RefUnwindSafe for FormDto

impl Send for FormDto

impl Sync for FormDto

impl Unpin for FormDto

impl UnwindSafe for FormDto

Blanket Implementations

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

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

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

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

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 = 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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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