pub enum ResourceName {
Show 34 variants
GitObjectBytes,
GitCompressedObjectBytes,
AggregateGitCompressedObjectBytesPerEvaluation,
GitPackDirectoryEntries,
GitPackFiles,
GitPackIndexBytes,
AggregateGitPackIndexBytes,
GitDeltaDepth,
GitIndexBytes,
GitTreeEntriesPerSnapshot,
DocumentsPerSnapshot,
ControlInputBytes,
SelectedControlBlobBytes,
AggregateSelectedControlBytesPerSnapshot,
RepositoryPolicyEntries,
DebtItems,
WaiverItems,
RawPathBytes,
DocumentBlobBytes,
ReferencedTargetBlobBytes,
AggregateReferencedTargetBytesPerSnapshot,
AggregateDocumentBytesPerSnapshot,
RawLinkDestinationBytes,
ParserNesting,
ParserNodesPerDocument,
ParserNodesPerSnapshot,
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
AggregateDocumentBytesPerSnapshot
RawLinkDestinationBytes
ParserNesting
ParserNodesPerDocument
ParserNodesPerSnapshot
ReferencesPerDocument
ReferencesPerSnapshot
OrganizationPolicyEntries
CompleteFindings
TypedAnalysisErrorsRetained
MachineJsonBytes
PrivateTemporaryStorageBytes
EvaluatorManagedMemoryBytes
Implementations§
Trait Implementations§
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 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