pub struct AnnAssign {
pub span: Span,
pub target: Box<Expression>,
pub annotation: Box<Expression>,
pub value: Option<Box<Expression>>,
pub simple: bool,
}
Fields§
§span: Span
§target: Box<Expression>
§annotation: Box<Expression>
§value: Option<Box<Expression>>
§simple: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnAssign
impl RefUnwindSafe for AnnAssign
impl Send for AnnAssign
impl Sync for AnnAssign
impl Unpin for AnnAssign
impl UnwindSafe for AnnAssign
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