pub struct SoftwareSdkUsageInput {
pub repository_id: String,
pub source_scope: String,
pub language_id: String,
pub module: String,
pub target_hint: Option<String>,
pub resolution_state: 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 SoftwareSdkUsage.
Fields§
§repository_id: String§source_scope: String§language_id: String§module: String§target_hint: Option<String>§resolution_state: String§evidence_path: String§evidence_line_range: RepositoryCodeRange§confidence_basis_points: u16§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareSdkUsageInput
impl Clone for SoftwareSdkUsageInput
Source§fn clone(&self) -> SoftwareSdkUsageInput
fn clone(&self) -> SoftwareSdkUsageInput
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 SoftwareSdkUsageInput
impl Debug for SoftwareSdkUsageInput
impl Eq for SoftwareSdkUsageInput
Source§impl PartialEq for SoftwareSdkUsageInput
impl PartialEq for SoftwareSdkUsageInput
impl StructuralPartialEq for SoftwareSdkUsageInput
Auto Trait Implementations§
impl Freeze for SoftwareSdkUsageInput
impl RefUnwindSafe for SoftwareSdkUsageInput
impl Send for SoftwareSdkUsageInput
impl Sync for SoftwareSdkUsageInput
impl Unpin for SoftwareSdkUsageInput
impl UnsafeUnpin for SoftwareSdkUsageInput
impl UnwindSafe for SoftwareSdkUsageInput
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.