pub struct Hook {
Show 19 fields pub id: i64, pub url: String, pub project_id: i64, pub push_events: bool, pub push_events_branch_filter: Option<String>, pub issues_events: bool, pub confidential_issues_events: Option<bool>, pub merge_requests_events: bool, pub repository_update_events: bool, pub tag_push_events: bool, pub note_events: bool, pub confidential_note_events: Option<bool>, pub job_events: bool, pub pipeline_events: bool, pub wiki_page_events: bool, pub deployment_events: bool, pub releases_events: bool, pub enable_ssl_verification: bool, pub created_at: DateTime<Utc>,
}

Fields

id: i64url: Stringproject_id: i64push_events: boolpush_events_branch_filter: Option<String>issues_events: boolconfidential_issues_events: Option<bool>merge_requests_events: boolrepository_update_events: booltag_push_events: boolnote_events: boolconfidential_note_events: Option<bool>job_events: boolpipeline_events: boolwiki_page_events: booldeployment_events: boolreleases_events: boolenable_ssl_verification: boolcreated_at: DateTime<Utc>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more