pub struct WithItem {
pub context_expr: Expression,
pub optional_vars: Option<Expression>,
}Expand description
with 语句项
Fields§
§context_expr: Expression§optional_vars: Option<Expression>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 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