[][src]Struct sdk_cds::models::HookModel

pub struct HookModel {
    pub id: i64,
    pub name: String,
    pub _type: String,
    pub author: String,
    pub description: String,
    pub identifier: String,
    pub icon: String,
    pub command: String,
    pub default_config: Value,
    pub disabled: bool,
}

Fields

id: i64name: String_type: Stringauthor: Stringdescription: Stringidentifier: Stringicon: Stringcommand: Stringdefault_config: Valuedisabled: bool

Trait Implementations

impl Default for HookModel[src]

impl Debug for HookModel[src]

impl Serialize for HookModel[src]

impl<'de> Deserialize<'de> for HookModel where
    HookModel: Default
[src]

Auto Trait Implementations

impl Send for HookModel

impl Sync for HookModel

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T