[][src]Struct graph_rs_types::complextypes::OnPremisesExtensionAttributes

pub struct OnPremisesExtensionAttributes {
    pub extension_attribute1: String,
    pub extension_attribute2: String,
    pub extension_attribute3: String,
    pub extension_attribute4: String,
    pub extension_attribute5: String,
    pub extension_attribute6: String,
    pub extension_attribute7: String,
    pub extension_attribute8: String,
    pub extension_attribute9: String,
    pub extension_attribute10: String,
    pub extension_attribute11: String,
    pub extension_attribute12: String,
    pub extension_attribute13: String,
    pub extension_attribute14: String,
    pub extension_attribute15: String,
}

Fields

extension_attribute1: Stringextension_attribute2: Stringextension_attribute3: Stringextension_attribute4: Stringextension_attribute5: Stringextension_attribute6: Stringextension_attribute7: Stringextension_attribute8: Stringextension_attribute9: Stringextension_attribute10: Stringextension_attribute11: Stringextension_attribute12: Stringextension_attribute13: Stringextension_attribute14: Stringextension_attribute15: String

Trait Implementations

impl Eq for OnPremisesExtensionAttributes[src]

impl Clone for OnPremisesExtensionAttributes[src]

impl PartialEq<OnPremisesExtensionAttributes> for OnPremisesExtensionAttributes[src]

impl Debug for OnPremisesExtensionAttributes[src]

impl Serialize for OnPremisesExtensionAttributes[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> 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]