pub enum StgError {
None,
WrongType,
}Variants§
None
No value found, equivalent to None in Option()
WrongType
Error of trying to convert to the wrong type,
Trait Implementations§
impl Eq for StgError
impl StructuralPartialEq for StgError
Auto Trait Implementations§
impl Freeze for StgError
impl RefUnwindSafe for StgError
impl Send for StgError
impl Sync for StgError
impl Unpin for StgError
impl UnsafeUnpin for StgError
impl UnwindSafe for StgError
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