pub enum DictItem {
Star(Expression),
Unique(Expression, Expression),
}
Expand description
**foo
or foo:bar
, as in a dict comprehension.
Variants§
Star(Expression)
Unique(Expression, Expression)
Trait Implementations§
impl StructuralPartialEq for DictItem
Auto Trait Implementations§
impl Freeze for DictItem
impl RefUnwindSafe for DictItem
impl Send for DictItem
impl Sync for DictItem
impl Unpin for DictItem
impl UnwindSafe for DictItem
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