pub struct IssueUpdatedEvent {
pub id: usize,
pub updated_part: UpdatedPart,
pub user: String,
}
Fields§
§id: usize
§updated_part: UpdatedPart
§user: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IssueUpdatedEvent
impl RefUnwindSafe for IssueUpdatedEvent
impl Send for IssueUpdatedEvent
impl Sync for IssueUpdatedEvent
impl Unpin for IssueUpdatedEvent
impl UnwindSafe for IssueUpdatedEvent
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