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