pub struct AwardEmoji {
pub id: usize,
pub awardable_id: usize,
}
Fields§
§id: usize
§awardable_id: usize
Trait Implementations§
Source§impl Debug for AwardEmoji
impl Debug for AwardEmoji
Source§impl<'a> From<&'a MergeRequest> for AwardEmoji
impl<'a> From<&'a MergeRequest> for AwardEmoji
Source§fn from(mr: &'a MergeRequest) -> AwardEmoji
fn from(mr: &'a MergeRequest) -> AwardEmoji
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AwardEmoji
impl RefUnwindSafe for AwardEmoji
impl Send for AwardEmoji
impl Sync for AwardEmoji
impl Unpin for AwardEmoji
impl UnwindSafe for AwardEmoji
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more