pub enum SweepError {
Start,
Stop,
}
Expand description
Sweep parameter error
Variants§
Trait Implementations§
Source§impl Clone for SweepError
impl Clone for SweepError
Source§fn clone(&self) -> SweepError
fn clone(&self) -> SweepError
Returns a copy 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 Debug for SweepError
impl Debug for SweepError
Source§impl Display for SweepError
impl Display for SweepError
Source§impl Error for SweepError
impl Error for SweepError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for SweepError
impl PartialEq for SweepError
Source§impl PartialOrd for SweepError
impl PartialOrd for SweepError
impl Copy for SweepError
impl StructuralPartialEq for SweepError
Auto Trait Implementations§
impl Freeze for SweepError
impl RefUnwindSafe for SweepError
impl Send for SweepError
impl Sync for SweepError
impl Unpin for SweepError
impl UnwindSafe for SweepError
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