Enum linkspace::prelude::SpaceError
pub enum SpaceError {
MaxDepth,
ComponentSize,
ZeroComponent,
TailLength,
CapacityError,
MissingIdx,
EmptyComponentIdx,
BadOffset,
}
Variants§
MaxDepth
ComponentSize
ZeroComponent
TailLength
CapacityError
MissingIdx
EmptyComponentIdx
BadOffset
Trait Implementations§
§impl Clone for SpaceError
impl Clone for SpaceError
§fn clone(&self) -> SpaceError
fn clone(&self) -> SpaceError
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 more§impl Debug for SpaceError
impl Debug for SpaceError
§impl Display for SpaceError
impl Display for SpaceError
§impl Error for SpaceError
impl Error for SpaceError
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()
§impl From<SpaceError> for Error
impl From<SpaceError> for Error
§fn from(source: SpaceError) -> Error
fn from(source: SpaceError) -> Error
Converts to this type from the input type.
§impl PartialEq for SpaceError
impl PartialEq for SpaceError
§fn eq(&self, other: &SpaceError) -> bool
fn eq(&self, other: &SpaceError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SpaceError
impl StructuralPartialEq for SpaceError
Auto Trait Implementations§
impl RefUnwindSafe for SpaceError
impl Send for SpaceError
impl Sync for SpaceError
impl Unpin for SpaceError
impl UnwindSafe for SpaceError
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