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