Enum assorted_debian_utils::wb::WBArchitecture [−][src]
pub enum WBArchitecture {
Any,
All,
Architecture(Architecture),
NotArchitecture(Architecture),
}
Expand description
Architectures understood by wb
Variants
The special ANY
architecture, i.e., all architectures understood by wb except all
The special ALL
architecture, i.e., all architectures understood by wb
Architecture(Architecture)
Specify an architecture
Tuple Fields of Architecture
0: Architecture
NotArchitecture(Architecture)
Exclude a specific architecture
Tuple Fields of NotArchitecture
0: Architecture
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 RefUnwindSafe for WBArchitecture
impl Send for WBArchitecture
impl Sync for WBArchitecture
impl Unpin for WBArchitecture
impl UnwindSafe for WBArchitecture
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.