Struct go_vm::parser::ast::CompositeLit
source · pub struct CompositeLit {
pub typ: Option<Expr>,
pub l_brace: usize,
pub elts: Vec<Expr, Global>,
pub r_brace: usize,
pub incomplete: bool,
}
Fields§
§typ: Option<Expr>
§l_brace: usize
§elts: Vec<Expr, Global>
§r_brace: usize
§incomplete: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CompositeLit
impl !Send for CompositeLit
impl !Sync for CompositeLit
impl Unpin for CompositeLit
impl UnwindSafe for CompositeLit
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