Struct docs::parser::errors::PrefixFunctionError
source · pub struct PrefixFunctionError {
pub detail: String,
pub position: Position,
pub kind: PrefixFunctionErrorKind,
}Fields§
§detail: String§position: Position§kind: PrefixFunctionErrorKindTrait Implementations§
source§impl Debug for PrefixFunctionError
impl Debug for PrefixFunctionError
Auto Trait Implementations§
impl Freeze for PrefixFunctionError
impl RefUnwindSafe for PrefixFunctionError
impl Send for PrefixFunctionError
impl Sync for PrefixFunctionError
impl Unpin for PrefixFunctionError
impl UnwindSafe for PrefixFunctionError
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