pub struct CommitHit {
pub event_id: String,
pub title: String,
pub purpose: String,
pub ts: String,
pub branch: String,
pub match_type: String,
}Fields§
§event_id: String§title: String§purpose: String§ts: String§branch: String§match_type: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CommitHit
impl RefUnwindSafe for CommitHit
impl Send for CommitHit
impl Sync for CommitHit
impl Unpin for CommitHit
impl UnsafeUnpin for CommitHit
impl UnwindSafe for CommitHit
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