Struct gitlab::webhooks::ProjectWikiHookAttrs
[−]
[src]
pub struct ProjectWikiHookAttrs {
pub web_url: String,
pub git_ssh_url: String,
pub git_http_url: String,
pub path_with_namespace: String,
pub default_branch: String,
}Wiki project information exposed in hooks.
Fields
web_url: String
The URL for the project's homepage.
git_ssh_url: String
The URL to clone the repository over SSH.
git_http_url: String
The URL to clone the repository over HTTPS.
path_with_namespace: String
The path to the project's repository with its namespace.
default_branch: String
The default branch for the project.
Trait Implementations
impl Debug for ProjectWikiHookAttrs[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for ProjectWikiHookAttrs[src]
fn clone(&self) -> ProjectWikiHookAttrs[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more