pub struct VariableExpression {
pub name: Identifier,
}
Fields§
§name: Identifier
Trait Implementations§
Source§impl Clone for VariableExpression
impl Clone for VariableExpression
Source§fn clone(&self) -> VariableExpression
fn clone(&self) -> VariableExpression
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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