Struct debian_packaging::repository::RepositoryPathVerification [−][src]
pub struct RepositoryPathVerification<'a> {
pub path: &'a str,
pub state: RepositoryPathVerificationState,
}Expand description
Represents the result of a repository path verification check.
Fields
path: &'a strThe path that was tested.
state: RepositoryPathVerificationStateThe state of the path.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RepositoryPathVerification<'a>
impl<'a> Send for RepositoryPathVerification<'a>
impl<'a> Sync for RepositoryPathVerification<'a>
impl<'a> Unpin for RepositoryPathVerification<'a>
impl<'a> UnwindSafe for RepositoryPathVerification<'a>
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
