Struct rarena_allocator::arena::ArenaError
source · pub struct ArenaError;Expand description
An error indicating that the arena is full
Trait Implementations§
source§impl Clone for ArenaError
impl Clone for ArenaError
source§fn clone(&self) -> ArenaError
fn clone(&self) -> ArenaError
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 ArenaError
impl Debug for ArenaError
source§impl Display for ArenaError
impl Display for ArenaError
source§impl Error for ArenaError
impl Error for ArenaError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 ArenaError
impl PartialEq for ArenaError
source§fn eq(&self, other: &ArenaError) -> bool
fn eq(&self, other: &ArenaError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ArenaError
impl Eq for ArenaError
impl StructuralPartialEq for ArenaError
Auto Trait Implementations§
impl Freeze for ArenaError
impl RefUnwindSafe for ArenaError
impl Send for ArenaError
impl Sync for ArenaError
impl Unpin for ArenaError
impl UnwindSafe for ArenaError
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