Struct surgefilter_comb::imports::IsPopulated [−][src]
pub struct IsPopulated(pub bool);
Tuple Fields
0: bool
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 IsPopulated
impl Send for IsPopulated
impl Sync for IsPopulated
impl Unpin for IsPopulated
impl UnwindSafe for IsPopulated
Blanket Implementations
Mutably borrows from an owned value. Read more