pub struct SetComp {
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 SetComp
impl RefUnwindSafe for SetComp
impl Send for SetComp
impl Sync for SetComp
impl Unpin for SetComp
impl UnwindSafe for SetComp
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