pub struct WithItem {
pub context_expr: Expression,
pub optional_vars: Option<Expression>,
}Expand description
Represents an item in a with statement.
Fields§
§context_expr: ExpressionContext manager expression
optional_vars: Option<Expression>Optional variables to bind to
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WithItem
impl<'de> Deserialize<'de> for WithItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for WithItem
Auto Trait Implementations§
impl Freeze for WithItem
impl RefUnwindSafe for WithItem
impl Send for WithItem
impl Sync for WithItem
impl Unpin for WithItem
impl UnsafeUnpin 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