pub struct VariableExpression {
pub span: Span,
pub variable_name: String,
}
Fields§
§span: Span
§variable_name: String
Trait Implementations§
Source§impl Debug for VariableExpression
impl Debug for VariableExpression
Source§impl<'de> Deserialize<'de> for VariableExpression
impl<'de> Deserialize<'de> for VariableExpression
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
Source§impl PartialEq for VariableExpression
impl PartialEq for VariableExpression
Source§impl Serialize for VariableExpression
impl Serialize for VariableExpression
impl Eq for VariableExpression
impl StructuralPartialEq for VariableExpression
Auto Trait Implementations§
impl Freeze for VariableExpression
impl RefUnwindSafe for VariableExpression
impl Send for VariableExpression
impl Sync for VariableExpression
impl Unpin for VariableExpression
impl UnwindSafe for VariableExpression
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