pub struct FailDef {
pub pos: Position,
pub message: Box<Expression>,
}
Fields§
§pos: Position
§message: Box<Expression>
Trait Implementations§
impl StructuralPartialEq for FailDef
Auto Trait Implementations§
impl Freeze for FailDef
impl RefUnwindSafe for FailDef
impl !Send for FailDef
impl !Sync for FailDef
impl Unpin for FailDef
impl UnwindSafe for FailDef
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