pub struct SoftwareGlobalResponse {Show 13 fields
pub metadata: ApiMetadata,
pub scope: CodeRepositoryScopeMetadata,
pub request: SoftwareGlobalRequest,
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
Repository-scoped software global model projection response.
Fields§
§metadata: ApiMetadata§scope: CodeRepositoryScopeMetadata§request: SoftwareGlobalRequest§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 SoftwareGlobalResponse
impl Clone for SoftwareGlobalResponse
Source§fn clone(&self) -> SoftwareGlobalResponse
fn clone(&self) -> SoftwareGlobalResponse
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 SoftwareGlobalResponse
impl Debug for SoftwareGlobalResponse
Source§impl<'de> Deserialize<'de> for SoftwareGlobalResponse
impl<'de> Deserialize<'de> for SoftwareGlobalResponse
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 SoftwareGlobalResponse
Source§impl PartialEq for SoftwareGlobalResponse
impl PartialEq for SoftwareGlobalResponse
Source§fn eq(&self, other: &SoftwareGlobalResponse) -> bool
fn eq(&self, other: &SoftwareGlobalResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SoftwareGlobalResponse
impl Serialize for SoftwareGlobalResponse
impl StructuralPartialEq for SoftwareGlobalResponse
Auto Trait Implementations§
impl Freeze for SoftwareGlobalResponse
impl RefUnwindSafe for SoftwareGlobalResponse
impl Send for SoftwareGlobalResponse
impl Sync for SoftwareGlobalResponse
impl Unpin for SoftwareGlobalResponse
impl UnsafeUnpin for SoftwareGlobalResponse
impl UnwindSafe for SoftwareGlobalResponse
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.