Struct hubcaps::hooks::HookCreateOptionsBuilder[][src]

pub struct HookCreateOptionsBuilder(_);

Methods

impl HookCreateOptionsBuilder
[src]

Important traits for &'a mut R

Important traits for &'a mut R

a list of github events this hook should receive deliveries for the default is "push". for a full list, see the Github api docs

Important traits for &'a mut R

web hooks must have an associated url

Important traits for &'a mut R

web hooks can optionally specify a content_type of "form" or "json" which indicates the type of payload they will expect to receive

Important traits for &'a mut R

web hooks can optionally provide a secret used to sign deliveries to identify that their source was indeed github

Important traits for &'a mut R

Important traits for &'a mut R

Auto Trait Implementations