pub struct MapLiteralExprArgs<'a> {
pub entries: Option<WIPOffset<Vector<'a, ForwardsUOffset<MapEntryExpr<'a>>>>>,
}Fields§
§entries: Option<WIPOffset<Vector<'a, ForwardsUOffset<MapEntryExpr<'a>>>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MapLiteralExprArgs<'a>
impl<'a> RefUnwindSafe for MapLiteralExprArgs<'a>
impl<'a> Send for MapLiteralExprArgs<'a>
impl<'a> Sync for MapLiteralExprArgs<'a>
impl<'a> Unpin for MapLiteralExprArgs<'a>
impl<'a> UnsafeUnpin for MapLiteralExprArgs<'a>
impl<'a> UnwindSafe for MapLiteralExprArgs<'a>
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