Enum comet::block::SweepResult [−][src]
pub enum SweepResult {
Empty,
Reuse,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SweepResult
impl Send for SweepResult
impl Sync for SweepResult
impl Unpin for SweepResult
impl UnwindSafe for SweepResult
Blanket Implementations
Mutably borrows from an owned value. Read more