pub enum SetVariableValue {
Ident(Ident),
Literal(Value),
}
Variants§
Trait Implementations§
Source§impl Clone for SetVariableValue
impl Clone for SetVariableValue
Source§fn clone(&self) -> SetVariableValue
fn clone(&self) -> SetVariableValue
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 SetVariableValue
impl Debug for SetVariableValue
Source§impl Display for SetVariableValue
impl Display for SetVariableValue
Source§impl Hash for SetVariableValue
impl Hash for SetVariableValue
Source§impl PartialEq for SetVariableValue
impl PartialEq for SetVariableValue
impl Eq for SetVariableValue
impl StructuralPartialEq for SetVariableValue
Auto Trait Implementations§
impl Freeze for SetVariableValue
impl RefUnwindSafe for SetVariableValue
impl Send for SetVariableValue
impl Sync for SetVariableValue
impl Unpin for SetVariableValue
impl UnwindSafe for SetVariableValue
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