pub struct VariableElement {
pub span: Span,
pub name: String,
}Expand description
변수 참조 [var(…)]
Fields§
§span: Span§name: StringTrait Implementations§
Source§impl Clone for VariableElement
impl Clone for VariableElement
Source§fn clone(&self) -> VariableElement
fn clone(&self) -> VariableElement
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 moreSource§impl Debug for VariableElement
impl Debug for VariableElement
Auto Trait Implementations§
impl Freeze for VariableElement
impl RefUnwindSafe for VariableElement
impl Send for VariableElement
impl Sync for VariableElement
impl Unpin for VariableElement
impl UnwindSafe for VariableElement
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