pub enum StealError {
Empty,
Busy,
}Available on crate feature
static only.Variants§
Trait Implementations§
Source§impl Clone for StealError
impl Clone for StealError
Source§fn clone(&self) -> StealError
fn clone(&self) -> StealError
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 Debug for StealError
impl Debug for StealError
Source§impl PartialEq for StealError
impl PartialEq for StealError
impl Eq for StealError
impl StructuralPartialEq for StealError
Auto Trait Implementations§
impl Freeze for StealError
impl RefUnwindSafe for StealError
impl Send for StealError
impl Sync for StealError
impl Unpin for StealError
impl UnwindSafe for StealError
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