pub enum GraphblasErrorType {
Show 16 variants
NoValue,
UnitializedObject,
InvalidObject,
NotImplemented,
NullPointer,
InvalidValue,
InvalidIndex,
DomainMismatch,
DimensionMismatch,
EmptyObject,
OutputNotEmpty,
OutOfMemory,
InsufficientSpace,
IndexOutOfBounds,
IteratorExhausted,
Panic,
}Variants§
NoValue
UnitializedObject
InvalidObject
NotImplemented
NullPointer
InvalidValue
InvalidIndex
DomainMismatch
DimensionMismatch
EmptyObject
OutputNotEmpty
OutOfMemory
InsufficientSpace
IndexOutOfBounds
IteratorExhausted
Panic
Trait Implementations§
source§impl Clone for GraphblasErrorType
impl Clone for GraphblasErrorType
source§fn clone(&self) -> GraphblasErrorType
fn clone(&self) -> GraphblasErrorType
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 GraphblasErrorType
impl Debug for GraphblasErrorType
source§impl PartialEq for GraphblasErrorType
impl PartialEq for GraphblasErrorType
source§fn eq(&self, other: &GraphblasErrorType) -> bool
fn eq(&self, other: &GraphblasErrorType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GraphblasErrorType
Auto Trait Implementations§
impl RefUnwindSafe for GraphblasErrorType
impl Send for GraphblasErrorType
impl Sync for GraphblasErrorType
impl Unpin for GraphblasErrorType
impl UnwindSafe for GraphblasErrorType
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