Struct gitlab::types::AwardEmoji [] [src]

pub struct AwardEmoji {
    pub id: AwardId,
    pub name: String,
    pub user: UserBasic,
    pub created_at: DateTime<UTC>,
    pub updated_at: DateTime<UTC>,
    pub awardable_type: AwardableType,
    // some fields omitted
}

An awarded emoji on an entity.

Fields

The ID of the award.

The name of the awarded emoji.

The user which created the award.

When the award was created.

When the award was last updated.

The type of entity that is awarded.

Methods

impl AwardEmoji
[src]

The ID of the entity the award is attached to.

Trait Implementations

impl Debug for AwardEmoji
[src]

Formats the value using the given formatter.

impl Clone for AwardEmoji
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more