Struct octorust::types::ReposCreateWebhookRequest [−][src]
pub struct ReposCreateWebhookRequest {
pub active: bool,
pub config: Option<ReposCreateWebhookRequestConfig>,
pub events: Vec<String>,
pub name: String,
}Fields
active: boolconfig: Option<ReposCreateWebhookRequestConfig>events: Vec<String>name: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ReposCreateWebhookRequestimpl Send for ReposCreateWebhookRequestimpl Sync for ReposCreateWebhookRequestimpl Unpin for ReposCreateWebhookRequestimpl UnwindSafe for ReposCreateWebhookRequestBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more