Enum gitlab::systemhooks::ProjectEvent [−][src]
pub enum ProjectEvent { Create, Destroy, Rename, Transfer, }
Expand description
Events which occur at the project level.
Variants
A project was created.
A project was deleted.
A project was renamed.
A project moved from one namespace to another.
Trait 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 ProjectEvent
impl Send for ProjectEvent
impl Sync for ProjectEvent
impl Unpin for ProjectEvent
impl UnwindSafe for ProjectEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more