Struct rt_ref::RefOverflow
source · [−]pub struct RefOverflow;
Expand description
Error when trying to clone a Ref
, but there are already isize::MAX
references.
Trait Implementations
sourceimpl Clone for RefOverflow
impl Clone for RefOverflow
sourcefn clone(&self) -> RefOverflow
fn clone(&self) -> RefOverflow
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RefOverflow
impl Debug for RefOverflow
sourceimpl Display for RefOverflow
impl Display for RefOverflow
sourceimpl Error for RefOverflow
impl Error for RefOverflow
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<RefOverflow> for RefOverflow
impl PartialEq<RefOverflow> for RefOverflow
impl Copy for RefOverflow
impl Eq for RefOverflow
impl StructuralEq for RefOverflow
impl StructuralPartialEq for RefOverflow
Auto Trait Implementations
impl RefUnwindSafe for RefOverflow
impl Send for RefOverflow
impl Sync for RefOverflow
impl Unpin for RefOverflow
impl UnwindSafe for RefOverflow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more