pub struct IdlError {
pub kind: IdlErrorKind,
pub line: usize,
pub column: usize,
}Fields§
§kind: IdlErrorKind§line: usize§column: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdlError
impl RefUnwindSafe for IdlError
impl Send for IdlError
impl Sync for IdlError
impl Unpin for IdlError
impl UnwindSafe for IdlError
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