Struct hubcaps::hooks::Hook [] [src]

pub struct Hook {
    pub id: u64,
    pub url: String,
    pub test_url: String,
    pub ping_url: String,
    pub name: String,
    pub events: Vec<String>,
    pub config: Value,
    pub created_at: String,
    pub updated_at: String,
    pub active: bool,
}

Fields

Methods

impl Hook
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Hook
[src]

[src]

Formats the value using the given formatter.