Struct hubcaps::hooks::HookEditOptions[][src]

pub struct HookEditOptions { /* fields omitted */ }

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

Methods

impl HookEditOptions
[src]

creates a new builder instance

Trait Implementations

impl Debug for HookEditOptions
[src]

Formats the value using the given formatter. Read more

impl Default for HookEditOptions
[src]

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

Auto Trait Implementations