Struct hubcaps::hooks::HookCreateOptions [] [src]

pub struct HookCreateOptions { /* fields omitted */ }

options for creating a repository hook see this for githubs official documentation

Methods

impl HookCreateOptions
[src]

creates a new builder instance with a hook name are should be taken with respect to the hook name as you can only use "web" or the a valid service name listed here

use this for creating a builder for webhook options

Trait Implementations

impl Debug for HookCreateOptions
[src]

Formats the value using the given formatter.