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