pub enum SweepResult {
Empty,
Reuse,
}Variants§
Trait Implementations§
Source§impl Clone for SweepResult
impl Clone for SweepResult
Source§fn clone(&self) -> SweepResult
fn clone(&self) -> SweepResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SweepResult
impl PartialEq for SweepResult
impl Copy for SweepResult
impl Eq for SweepResult
impl StructuralPartialEq for SweepResult
Auto Trait Implementations§
impl Freeze for SweepResult
impl RefUnwindSafe for SweepResult
impl Send for SweepResult
impl Sync for SweepResult
impl Unpin for SweepResult
impl UnwindSafe for SweepResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more