Enum AiMemoryError
pub enum AiMemoryError {
Empty,
NonFinite,
OutOfRange,
UnknownLabel,
}Variants§
Trait Implementations§
§impl Clone for AiMemoryError
impl Clone for AiMemoryError
§fn clone(&self) -> AiMemoryError
fn clone(&self) -> AiMemoryError
Returns a duplicate 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 AiMemoryError
impl Debug for AiMemoryError
§impl Display for AiMemoryError
impl Display for AiMemoryError
§impl Error for AiMemoryError
impl Error for AiMemoryError
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()
§impl PartialEq for AiMemoryError
impl PartialEq for AiMemoryError
impl Copy for AiMemoryError
impl Eq for AiMemoryError
impl StructuralPartialEq for AiMemoryError
Auto Trait Implementations§
impl Freeze for AiMemoryError
impl RefUnwindSafe for AiMemoryError
impl Send for AiMemoryError
impl Sync for AiMemoryError
impl Unpin for AiMemoryError
impl UnsafeUnpin for AiMemoryError
impl UnwindSafe for AiMemoryError
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