pub enum LossError {
Empty,
ShapeMismatch,
NonFinite,
}Variants§
Trait Implementations§
impl Copy for LossError
impl Eq for LossError
impl StructuralPartialEq for LossError
Auto Trait Implementations§
impl Freeze for LossError
impl RefUnwindSafe for LossError
impl Send for LossError
impl Sync for LossError
impl Unpin for LossError
impl UnsafeUnpin for LossError
impl UnwindSafe for LossError
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