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]

[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

[src]

use this for creating a builder for webhook options

Trait Implementations

impl Debug for HookCreateOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for HookCreateOptions
[src]

[src]

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