pub struct SoftwareBuildTargetInput {Show 13 fields
pub repository_id: String,
pub source_scope: String,
pub ecosystem: String,
pub language_id: String,
pub name: String,
pub kind: String,
pub command: Option<String>,
pub output_hint: Option<String>,
pub source_kind: String,
pub evidence_path: String,
pub evidence_line_range: RepositoryCodeRange,
pub confidence_basis_points: u16,
pub created_graph_version: GraphVersion,
}Expand description
Constructor input for SoftwareBuildTarget.
Fields§
§repository_id: String§source_scope: String§ecosystem: String§language_id: String§name: String§kind: String§command: Option<String>§output_hint: Option<String>§source_kind: String§evidence_path: String§evidence_line_range: RepositoryCodeRange§confidence_basis_points: u16§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareBuildTargetInput
impl Clone for SoftwareBuildTargetInput
Source§fn clone(&self) -> SoftwareBuildTargetInput
fn clone(&self) -> SoftwareBuildTargetInput
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 SoftwareBuildTargetInput
impl Debug for SoftwareBuildTargetInput
Source§impl PartialEq for SoftwareBuildTargetInput
impl PartialEq for SoftwareBuildTargetInput
Source§fn eq(&self, other: &SoftwareBuildTargetInput) -> bool
fn eq(&self, other: &SoftwareBuildTargetInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SoftwareBuildTargetInput
impl StructuralPartialEq for SoftwareBuildTargetInput
Auto Trait Implementations§
impl Freeze for SoftwareBuildTargetInput
impl RefUnwindSafe for SoftwareBuildTargetInput
impl Send for SoftwareBuildTargetInput
impl Sync for SoftwareBuildTargetInput
impl Unpin for SoftwareBuildTargetInput
impl UnsafeUnpin for SoftwareBuildTargetInput
impl UnwindSafe for SoftwareBuildTargetInput
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§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.