Enum gitlab::systemhooks::SystemHook
source · [−]pub enum SystemHook {
Project(ProjectSystemHook),
ProjectMember(ProjectMemberSystemHook),
User(UserSystemHook),
Key(KeySystemHook),
Group(GroupSystemHook),
GroupMember(GroupMemberSystemHook),
Push(Box<PushSystemHook>),
}Expand description
A deserializable structure for all Gitlab system hooks.
Variants
Project(ProjectSystemHook)
A project hook.
ProjectMember(ProjectMemberSystemHook)
A project membership hook.
User(UserSystemHook)
A user account hook.
Key(KeySystemHook)
An SSH key hook.
Group(GroupSystemHook)
A group hook.
GroupMember(GroupMemberSystemHook)
A group membership hook.
Push(Box<PushSystemHook>)
A push hook.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SystemHook
impl Send for SystemHook
impl Sync for SystemHook
impl Unpin for SystemHook
impl UnwindSafe for SystemHook
Blanket Implementations
Mutably borrows from an owned value. Read more
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