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