[][src]Struct aiven_rs::service::types_kafka::Plugin

pub struct Plugin {
    pub author: String,
    pub class: String,
    pub doc_url: String,
    pub preview: bool,
    pub preview_info: String,
    pub title: String,
    pub plugin_type: String,
    pub version: String,
}

Fields

author: Stringclass: Stringdoc_url: Stringpreview: boolpreview_info: Stringtitle: Stringplugin_type: Stringversion: String

Trait Implementations

impl Debug for Plugin[src]

impl Default for Plugin[src]

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

impl Serialize for Plugin[src]

Auto Trait Implementations

impl RefUnwindSafe for Plugin

impl Send for Plugin

impl Sync for Plugin

impl Unpin for Plugin

impl UnwindSafe for Plugin

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, 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<V, T> VZip<V> for T where
    V: MultiLane<T>,