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