pub struct WithItem {
pub context_expr: Box<Expression>,
pub optional_vars: Option<Box<Expression>>,
}
Fields§
§context_expr: Box<Expression>
§optional_vars: Option<Box<Expression>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithItem
impl RefUnwindSafe for WithItem
impl Send for WithItem
impl Sync for WithItem
impl Unpin for WithItem
impl UnwindSafe for WithItem
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