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