Struct ib_client::models::inline_object_1::InlineObject1[][src]

pub struct InlineObject1 {
    pub devicename: Option<String>,
    pub device_id: Option<String>,
    pub ui_name: Option<String>,
    pub enabled: Option<bool>,
}

Fields

devicename: Option<String>device_id: Option<String>ui_name: Option<String>enabled: Option<bool>

Implementations

impl InlineObject1[src]

Trait Implementations

impl Clone for InlineObject1[src]

impl Debug for InlineObject1[src]

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

impl PartialEq<InlineObject1> for InlineObject1[src]

impl Serialize for InlineObject1[src]

impl StructuralPartialEq for InlineObject1[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> Instrument for T[src]

impl<T> Instrument 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.