pub struct ProjectCommitEvidence {
pub run_id: String,
pub ticket_id: String,
pub data_json: String,
}Fields§
§run_id: String§ticket_id: String§data_json: StringTrait Implementations§
Source§impl Clone for ProjectCommitEvidence
impl Clone for ProjectCommitEvidence
Source§fn clone(&self) -> ProjectCommitEvidence
fn clone(&self) -> ProjectCommitEvidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectCommitEvidence
impl Debug for ProjectCommitEvidence
impl Eq for ProjectCommitEvidence
Source§impl PartialEq for ProjectCommitEvidence
impl PartialEq for ProjectCommitEvidence
impl StructuralPartialEq for ProjectCommitEvidence
Auto Trait Implementations§
impl Freeze for ProjectCommitEvidence
impl RefUnwindSafe for ProjectCommitEvidence
impl Send for ProjectCommitEvidence
impl Sync for ProjectCommitEvidence
impl Unpin for ProjectCommitEvidence
impl UnsafeUnpin for ProjectCommitEvidence
impl UnwindSafe for ProjectCommitEvidence
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.