pub struct SparseMatError { /* private fields */ }Implementations§
Source§impl SparseMatError
impl SparseMatError
pub fn new(error: &str) -> SparseMatError
Trait Implementations§
Source§impl Clone for SparseMatError
impl Clone for SparseMatError
Source§fn clone(&self) -> SparseMatError
fn clone(&self) -> SparseMatError
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 moreSource§impl Debug for SparseMatError
impl Debug for SparseMatError
Auto Trait Implementations§
impl Freeze for SparseMatError
impl RefUnwindSafe for SparseMatError
impl Send for SparseMatError
impl Sync for SparseMatError
impl Unpin for SparseMatError
impl UnwindSafe for SparseMatError
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