[−][src]Struct gitlab::webhooks::ProjectHookAttrs  
Project information exposed in hooks.
Fields
name: StringThe display name of the project.
description: Option<String>The description of the project.
web_url: StringThe URL for the project's homepage.
avatar_url: Option<String>The URL to the project avatar.
git_ssh_url: StringThe URL to clone the repository over SSH.
git_http_url: StringThe URL to clone the repository over HTTPS.
namespace: StringThe namespace the project lives in.
visibility_level: u64Integral value for the project's visibility.
path_with_namespace: StringThe path to the project's repository with its namespace.
default_branch: Option<String>The default branch for the project.
Trait Implementations
impl Clone for ProjectHookAttrs[src]
fn clone(&self) -> ProjectHookAttrs[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ProjectHookAttrs[src]
impl<'de> Deserialize<'de> for ProjectHookAttrs[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for ProjectHookAttrs[src]
Auto Trait Implementations
impl RefUnwindSafe for ProjectHookAttrs
impl Send for ProjectHookAttrs
impl Sync for ProjectHookAttrs
impl Unpin for ProjectHookAttrs
impl UnwindSafe for ProjectHookAttrs
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,