Struct debris_parser::ast::StructLiteral
source · pub struct StructLiteral(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl StructLiteral
impl StructLiteral
pub fn items(&self) -> impl Iterator<Item = StructLiteralItem> + '_
Trait Implementations§
source§impl AstItem for StructLiteral
impl AstItem for StructLiteral
Auto Trait Implementations§
impl RefUnwindSafe for StructLiteral
impl !Send for StructLiteral
impl !Sync for StructLiteral
impl Unpin for StructLiteral
impl UnwindSafe for StructLiteral
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