pub enum ResourceName {
Show 36 variants
GitObjectBytes,
GitCompressedObjectBytes,
AggregateGitCompressedObjectBytesPerEvaluation,
GitPackDirectoryEntries,
GitPackFiles,
GitPackIndexBytes,
AggregateGitPackIndexBytes,
GitDeltaDepth,
GitIndexBytes,
GitTreeEntriesPerSnapshot,
DocumentsPerSnapshot,
ControlInputBytes,
SelectedControlBlobBytes,
AggregateSelectedControlBytesPerSnapshot,
RepositoryPolicyEntries,
DebtItems,
WaiverItems,
RawPathBytes,
DocumentBlobBytes,
ReferencedTargetBlobBytes,
AggregateReferencedTargetBytesPerSnapshot,
AggregateLineFragmentEvaluationBytesPerSnapshot,
AggregateDocumentBytesPerSnapshot,
RawLinkDestinationBytes,
ParserNesting,
ParserNodesPerDocument,
ParserNodesPerSnapshot,
AggregateEmbeddedCodeEvaluationBytesPerSnapshot,
ReferencesPerDocument,
ReferencesPerSnapshot,
OrganizationPolicyEntries,
CompleteFindings,
TypedAnalysisErrorsRetained,
MachineJsonBytes,
PrivateTemporaryStorageBytes,
EvaluatorManagedMemoryBytes,
}Variants§
GitObjectBytes
GitCompressedObjectBytes
AggregateGitCompressedObjectBytesPerEvaluation
GitPackDirectoryEntries
GitPackFiles
GitPackIndexBytes
AggregateGitPackIndexBytes
GitDeltaDepth
GitIndexBytes
GitTreeEntriesPerSnapshot
DocumentsPerSnapshot
ControlInputBytes
SelectedControlBlobBytes
AggregateSelectedControlBytesPerSnapshot
RepositoryPolicyEntries
DebtItems
WaiverItems
RawPathBytes
DocumentBlobBytes
ReferencedTargetBlobBytes
AggregateReferencedTargetBytesPerSnapshot
AggregateLineFragmentEvaluationBytesPerSnapshot
AggregateDocumentBytesPerSnapshot
RawLinkDestinationBytes
ParserNesting
ParserNodesPerDocument
ParserNodesPerSnapshot
AggregateEmbeddedCodeEvaluationBytesPerSnapshot
ReferencesPerDocument
ReferencesPerSnapshot
OrganizationPolicyEntries
CompleteFindings
TypedAnalysisErrorsRetained
MachineJsonBytes
PrivateTemporaryStorageBytes
EvaluatorManagedMemoryBytes
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ResourceName
impl AsRef<str> for ResourceName
Source§impl Clone for ResourceName
impl Clone for ResourceName
Source§fn clone(&self) -> ResourceName
fn clone(&self) -> ResourceName
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 moreimpl Copy for ResourceName
Source§impl Debug for ResourceName
impl Debug for ResourceName
impl Eq for ResourceName
Source§impl<'_derivative_strum> From<&'_derivative_strum ResourceName> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ResourceName> for &'static str
Source§fn from(x: &'_derivative_strum ResourceName) -> &'static str
fn from(x: &'_derivative_strum ResourceName) -> &'static str
Converts to this type from the input type.
Source§impl From<ResourceName> for &'static str
impl From<ResourceName> for &'static str
Source§fn from(x: ResourceName) -> &'static str
fn from(x: ResourceName) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for ResourceName
impl FromStr for ResourceName
Source§impl IntoEnumIterator for ResourceName
impl IntoEnumIterator for ResourceName
type Iterator = ResourceNameIter
fn iter() -> ResourceNameIter ⓘ
Source§impl Ord for ResourceName
impl Ord for ResourceName
Source§fn cmp(&self, other: &ResourceName) -> Ordering
fn cmp(&self, other: &ResourceName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResourceName
impl PartialEq for ResourceName
Source§impl PartialOrd for ResourceName
impl PartialOrd for ResourceName
impl StructuralPartialEq for ResourceName
Auto Trait Implementations§
impl Freeze for ResourceName
impl RefUnwindSafe for ResourceName
impl Send for ResourceName
impl Sync for ResourceName
impl Unpin for ResourceName
impl UnsafeUnpin for ResourceName
impl UnwindSafe for ResourceName
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