Enum smodel::SModelError
source · pub enum SModelError {
Contravariant,
}
Variants§
Contravariant
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SModelError
impl RefUnwindSafe for SModelError
impl Send for SModelError
impl Sync for SModelError
impl Unpin for SModelError
impl UnwindSafe for SModelError
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