Struct gitlab::types::HookId [] [src]

pub struct HookId(_);

Type-safe hook ID.

Methods

impl HookId
[src]

[src]

Create a new id.

[src]

The value of the id.

Trait Implementations

impl Debug for HookId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HookId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HookId
[src]

impl PartialEq for HookId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for HookId
[src]

impl Display for HookId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HookId

impl Sync for HookId