pub struct DictComp {
pub span: Span,
pub key: Box<Expression>,
pub value: Box<Expression>,
pub generators: Vec<Comprehension>,
}
Fields§
§span: Span
§key: Box<Expression>
§value: Box<Expression>
§generators: Vec<Comprehension>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DictComp
impl RefUnwindSafe for DictComp
impl Send for DictComp
impl Sync for DictComp
impl Unpin for DictComp
impl UnwindSafe for DictComp
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