pub struct SoftwareGlobalProjection {
pub status: SoftwareGlobalStatus,
pub components: Vec<SoftwareComponent>,
pub dependency_usages: Vec<SoftwareDependencyUsage>,
pub sdk_usages: Vec<SoftwareSdkUsage>,
pub files: Vec<SoftwareFile>,
pub topics: Vec<SoftwareTopic>,
pub relationships: Vec<SoftwareRelationship>,
pub build_targets: Vec<SoftwareBuildTarget>,
pub iac_resources: Vec<SoftwareIacResource>,
pub design_elements: Vec<SoftwareDesignElement>,
}Expand description
Projected software global facts for one repository scope.
Fields§
§status: SoftwareGlobalStatus§components: Vec<SoftwareComponent>§dependency_usages: Vec<SoftwareDependencyUsage>§sdk_usages: Vec<SoftwareSdkUsage>§files: Vec<SoftwareFile>§topics: Vec<SoftwareTopic>§relationships: Vec<SoftwareRelationship>§build_targets: Vec<SoftwareBuildTarget>§iac_resources: Vec<SoftwareIacResource>§design_elements: Vec<SoftwareDesignElement>Trait Implementations§
Source§impl Clone for SoftwareGlobalProjection
impl Clone for SoftwareGlobalProjection
Source§fn clone(&self) -> SoftwareGlobalProjection
fn clone(&self) -> SoftwareGlobalProjection
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 SoftwareGlobalProjection
impl Debug for SoftwareGlobalProjection
Source§impl<'de> Deserialize<'de> for SoftwareGlobalProjection
impl<'de> Deserialize<'de> for SoftwareGlobalProjection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SoftwareGlobalProjection
Source§impl PartialEq for SoftwareGlobalProjection
impl PartialEq for SoftwareGlobalProjection
Source§impl Serialize for SoftwareGlobalProjection
impl Serialize for SoftwareGlobalProjection
impl StructuralPartialEq for SoftwareGlobalProjection
Auto Trait Implementations§
impl Freeze for SoftwareGlobalProjection
impl RefUnwindSafe for SoftwareGlobalProjection
impl Send for SoftwareGlobalProjection
impl Sync for SoftwareGlobalProjection
impl Unpin for SoftwareGlobalProjection
impl UnsafeUnpin for SoftwareGlobalProjection
impl UnwindSafe for SoftwareGlobalProjection
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.