Struct assorted_debian_utils::wb::BuildPriority [−][src]
pub struct BuildPriority<'a> { /* fields omitted */ }
Expand description
Builder for the bp
command
Implementations
Create a new bp
command for the given source
.
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 BuildPriority<'a>
impl<'a> Send for BuildPriority<'a>
impl<'a> Sync for BuildPriority<'a>
impl<'a> Unpin for BuildPriority<'a>
impl<'a> UnwindSafe for BuildPriority<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.