[][src]Struct graph_rs_types::entitytypes::SchemaExtension

pub struct SchemaExtension {
    pub description: String,
    pub target_types: Vec<String>,
    pub properties: Vec<ExtensionSchemaProperty>,
    pub status: String,
    pub owner: String,
}

Fields

description: Stringtarget_types: Vec<String>properties: Vec<ExtensionSchemaProperty>status: Stringowner: String

Trait Implementations

impl Eq for SchemaExtension[src]

impl Clone for SchemaExtension[src]

impl PartialEq<SchemaExtension> for SchemaExtension[src]

impl Debug for SchemaExtension[src]

impl Serialize for SchemaExtension[src]

impl<'de> Deserialize<'de> for SchemaExtension[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]