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 copy 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
source§fn eq(&self, other: &SetVariableValue) -> bool
fn eq(&self, other: &SetVariableValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SetVariableValue
impl StructuralPartialEq for SetVariableValue
Auto Trait Implementations§
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