Enum debian_packaging::repository::RepositoryPathVerificationState [−][src]
pub enum RepositoryPathVerificationState {
ExistsNoIntegrityCheck,
ExistsIntegrityVerified,
ExistsIntegrityMismatch,
Missing,
}Expand description
Describes a repository path verification state.
Variants
ExistsNoIntegrityCheck
The path exists but its integrity was not verified.
ExistsIntegrityVerified
The path exists and its integrity was verified.
ExistsIntegrityMismatch
The path exists and its integrity didn’t match expectations.
Missing
The path is missing.
Trait Implementations
Auto Trait Implementations
impl Send for RepositoryPathVerificationState
impl Sync for RepositoryPathVerificationState
impl Unpin for RepositoryPathVerificationState
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
