pub struct SoftwareIacResourceInput {Show 14 fields
pub repository_id: String,
pub source_scope: String,
pub language_id: String,
pub provider: String,
pub resource_kind: String,
pub name: String,
pub scope_hint: Option<String>,
pub target_hint: Option<String>,
pub resolution_state: 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 SoftwareIacResource.
Fields§
§repository_id: String§source_scope: String§language_id: String§provider: String§resource_kind: String§name: String§scope_hint: Option<String>§target_hint: Option<String>§resolution_state: String§source_kind: String§evidence_path: String§evidence_line_range: RepositoryCodeRange§confidence_basis_points: u16§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareIacResourceInput
impl Clone for SoftwareIacResourceInput
Source§fn clone(&self) -> SoftwareIacResourceInput
fn clone(&self) -> SoftwareIacResourceInput
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 SoftwareIacResourceInput
impl Debug for SoftwareIacResourceInput
impl Eq for SoftwareIacResourceInput
Source§impl PartialEq for SoftwareIacResourceInput
impl PartialEq for SoftwareIacResourceInput
impl StructuralPartialEq for SoftwareIacResourceInput
Auto Trait Implementations§
impl Freeze for SoftwareIacResourceInput
impl RefUnwindSafe for SoftwareIacResourceInput
impl Send for SoftwareIacResourceInput
impl Sync for SoftwareIacResourceInput
impl Unpin for SoftwareIacResourceInput
impl UnsafeUnpin for SoftwareIacResourceInput
impl UnwindSafe for SoftwareIacResourceInput
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.