pub struct SoftwareGlobalStatus {Show 13 fields
pub repository_id: String,
pub source_scope: String,
pub projected_graph_version: GraphVersion,
pub stale: bool,
pub component_count: usize,
pub sdk_usage_count: usize,
pub file_count: usize,
pub topic_count: usize,
pub relationship_count: usize,
pub build_target_count: usize,
pub iac_resource_count: usize,
pub design_element_count: usize,
pub last_error: Option<String>,
}Expand description
Freshness and count summary for the software global projection.
Fields§
§repository_id: String§source_scope: String§projected_graph_version: GraphVersion§stale: bool§component_count: usize§sdk_usage_count: usize§file_count: usize§topic_count: usize§relationship_count: usize§build_target_count: usize§iac_resource_count: usize§design_element_count: usize§last_error: Option<String>Trait Implementations§
Source§impl Clone for SoftwareGlobalStatus
impl Clone for SoftwareGlobalStatus
Source§fn clone(&self) -> SoftwareGlobalStatus
fn clone(&self) -> SoftwareGlobalStatus
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 SoftwareGlobalStatus
impl Debug for SoftwareGlobalStatus
Source§impl<'de> Deserialize<'de> for SoftwareGlobalStatus
impl<'de> Deserialize<'de> for SoftwareGlobalStatus
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
Source§impl PartialEq for SoftwareGlobalStatus
impl PartialEq for SoftwareGlobalStatus
Source§fn eq(&self, other: &SoftwareGlobalStatus) -> bool
fn eq(&self, other: &SoftwareGlobalStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SoftwareGlobalStatus
impl Serialize for SoftwareGlobalStatus
impl Eq for SoftwareGlobalStatus
impl StructuralPartialEq for SoftwareGlobalStatus
Auto Trait Implementations§
impl Freeze for SoftwareGlobalStatus
impl RefUnwindSafe for SoftwareGlobalStatus
impl Send for SoftwareGlobalStatus
impl Sync for SoftwareGlobalStatus
impl Unpin for SoftwareGlobalStatus
impl UnsafeUnpin for SoftwareGlobalStatus
impl UnwindSafe for SoftwareGlobalStatus
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.