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