pub struct Error {
pub index: i32,
pub synthetic: Option<TypeId>,
}Fields§
§index: i32§synthetic: Option<TypeId>Implementations§
Source§impl Error
impl Error
pub fn error_id_error() -> Self
Source§impl Error
impl Error
pub fn error_error() -> Self
pub fn error_error_with_synthetic(synthetic: TypeId) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !Send for Error
impl !Sync for Error
impl Freeze for Error
impl RefUnwindSafe for Error
impl Unpin for Error
impl UnsafeUnpin for Error
impl UnwindSafe for Error
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