pub struct LoadedChangesetTarget {
pub id: String,
pub kind: ChangesetTargetKind,
pub bump: Option<BumpSeverity>,
pub explicit_version: Option<Version>,
pub origin: String,
pub evidence_refs: Vec<String>,
pub change_type: Option<String>,
pub caused_by: Vec<String>,
}Fields§
§id: String§kind: ChangesetTargetKind§bump: Option<BumpSeverity>§explicit_version: Option<Version>§origin: String§evidence_refs: Vec<String>§change_type: Option<String>§caused_by: Vec<String>Trait Implementations§
Source§impl Clone for LoadedChangesetTarget
impl Clone for LoadedChangesetTarget
Source§fn clone(&self) -> LoadedChangesetTarget
fn clone(&self) -> LoadedChangesetTarget
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 LoadedChangesetTarget
impl Debug for LoadedChangesetTarget
Source§impl PartialEq for LoadedChangesetTarget
impl PartialEq for LoadedChangesetTarget
Source§fn eq(&self, other: &LoadedChangesetTarget) -> bool
fn eq(&self, other: &LoadedChangesetTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LoadedChangesetTarget
impl StructuralPartialEq for LoadedChangesetTarget
Auto Trait Implementations§
impl Freeze for LoadedChangesetTarget
impl RefUnwindSafe for LoadedChangesetTarget
impl Send for LoadedChangesetTarget
impl Sync for LoadedChangesetTarget
impl Unpin for LoadedChangesetTarget
impl UnsafeUnpin for LoadedChangesetTarget
impl UnwindSafe for LoadedChangesetTarget
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.