pub struct PullRequestUpdatedEvent {
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 PullRequestUpdatedEvent
impl RefUnwindSafe for PullRequestUpdatedEvent
impl Send for PullRequestUpdatedEvent
impl Sync for PullRequestUpdatedEvent
impl Unpin for PullRequestUpdatedEvent
impl UnwindSafe for PullRequestUpdatedEvent
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