pub struct ScopeCellBusy;Expand description
A bounded scope-cell lease could not be acquired immediately.
Trait Implementations§
Source§impl Clone for ScopeCellBusy
impl Clone for ScopeCellBusy
Source§fn clone(&self) -> ScopeCellBusy
fn clone(&self) -> ScopeCellBusy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScopeCellBusy
Source§impl Debug for ScopeCellBusy
impl Debug for ScopeCellBusy
Source§impl Display for ScopeCellBusy
impl Display for ScopeCellBusy
impl Eq for ScopeCellBusy
Source§impl Error for ScopeCellBusy
impl Error for ScopeCellBusy
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 ScopeCellBusy
impl PartialEq for ScopeCellBusy
impl StructuralPartialEq for ScopeCellBusy
Auto Trait Implementations§
impl Freeze for ScopeCellBusy
impl RefUnwindSafe for ScopeCellBusy
impl Send for ScopeCellBusy
impl Sync for ScopeCellBusy
impl Unpin for ScopeCellBusy
impl UnsafeUnpin for ScopeCellBusy
impl UnwindSafe for ScopeCellBusy
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