pub enum EntrypointProfileCoverage {
Complete,
Partial,
}Expand description
Typed profile-level reachability disposition.
Variants§
Complete
Every admitted entity and relation was inspected under the profile bounds.
Partial
A declared relation, entity, or resource boundary prevented a safe negative.
Trait Implementations§
Source§impl Clone for EntrypointProfileCoverage
impl Clone for EntrypointProfileCoverage
Source§fn clone(&self) -> EntrypointProfileCoverage
fn clone(&self) -> EntrypointProfileCoverage
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 EntrypointProfileCoverage
Source§impl Debug for EntrypointProfileCoverage
impl Debug for EntrypointProfileCoverage
impl Eq for EntrypointProfileCoverage
Source§impl PartialEq for EntrypointProfileCoverage
impl PartialEq for EntrypointProfileCoverage
Source§fn eq(&self, other: &EntrypointProfileCoverage) -> bool
fn eq(&self, other: &EntrypointProfileCoverage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EntrypointProfileCoverage
Auto Trait Implementations§
impl Freeze for EntrypointProfileCoverage
impl RefUnwindSafe for EntrypointProfileCoverage
impl Send for EntrypointProfileCoverage
impl Sync for EntrypointProfileCoverage
impl Unpin for EntrypointProfileCoverage
impl UnsafeUnpin for EntrypointProfileCoverage
impl UnwindSafe for EntrypointProfileCoverage
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.