Struct gitlab::types::ObjectId [] [src]

pub struct ObjectId(_);

The ID of a git object.

Methods

impl ObjectId
[src]

Construct a new ObjectId

The value of the id.

Trait Implementations

impl Debug for ObjectId
[src]

Formats the value using the given formatter.

impl Clone for ObjectId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ObjectId
[src]

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

This method tests for !=.

impl Eq for ObjectId
[src]