[][src]Struct camunda_client::models::atom_link::AtomLink

pub struct AtomLink {
    pub rel: Option<String>,
    pub href: Option<String>,
    pub method: Option<String>,
}

Fields

rel: Option<String>

The relation of the link to the object that belogs to.

href: Option<String>

The url of the link.

method: Option<String>

The http method.

Implementations

impl AtomLink[src]

pub fn new() -> AtomLink[src]

Trait Implementations

impl Clone for AtomLink[src]

impl Debug for AtomLink[src]

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

impl PartialEq<AtomLink> for AtomLink[src]

impl Serialize for AtomLink[src]

impl StructuralPartialEq for AtomLink[src]

Auto Trait Implementations

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