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 }
Expand description
An awarded emoji on an entity.
Fields
id: AwardId
The ID of the award.
name: String
The name of the awarded emoji.
user: UserBasic
The user which created the award.
created_at: DateTime<Utc>
When the award was created.
updated_at: DateTime<Utc>
When the award was last updated.
awardable_type: AwardableType
The type of entity that is awarded.
Implementations
The ID of the entity the award is attached to.
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 AwardEmoji
impl Send for AwardEmoji
impl Sync for AwardEmoji
impl Unpin for AwardEmoji
impl UnwindSafe for AwardEmoji
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more