Struct debris_parser::ast::Assignment
source · pub struct Assignment(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl Assignment
impl Assignment
pub fn assign_mode(&self) -> AssignMode
pub fn pattern(&self) -> Pattern
pub fn value(&self) -> Expression
Trait Implementations§
source§impl AstItem for Assignment
impl AstItem for Assignment
Auto Trait Implementations§
impl RefUnwindSafe for Assignment
impl !Send for Assignment
impl !Sync for Assignment
impl Unpin for Assignment
impl UnwindSafe for Assignment
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