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 care should be taken with respect to the hook name as you can only use "web" or 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. Read more

impl Default for HookCreateOptions
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations