Struct assorted_debian_utils::wb::SourceSpecifier
source · [−]pub struct SourceSpecifier<'a> { /* private fields */ }
Expand description
Specifier for a source with version, architecture and suite
Implementations
Create a new source specifier for the given source package name.
Specify version of the source package.
Specify suite. If not set, unstable
is used.
Specify architectures. If not set, the nmu
will be scheduled for ANY
.
Specify architectures. If not set, the nmu
will be scheduled for ANY
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SourceSpecifier<'a>
impl<'a> Send for SourceSpecifier<'a>
impl<'a> Sync for SourceSpecifier<'a>
impl<'a> Unpin for SourceSpecifier<'a>
impl<'a> UnwindSafe for SourceSpecifier<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.