pub struct Fredholm;Expand description
Fredholm operator: finite-dimensional kernel and cokernel.
Trait Implementations§
impl Copy for Fredholm
impl Eq for Fredholm
impl FredholmProperty for Fredholm
impl StructuralPartialEq for Fredholm
Auto Trait Implementations§
impl Freeze for Fredholm
impl RefUnwindSafe for Fredholm
impl Send for Fredholm
impl Sync for Fredholm
impl Unpin for Fredholm
impl UnwindSafe for Fredholm
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