pub struct UserVariableValue {
pub variable: Variable,
pub def_site: Location,
pub after: bool,
pub value: PossibleValueSet,
}
Fields§
§variable: Variable
§def_site: Location
§after: bool
§value: PossibleValueSet
Trait Implementations§
source§impl Clone for UserVariableValue
impl Clone for UserVariableValue
source§fn clone(&self) -> UserVariableValue
fn clone(&self) -> UserVariableValue
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 UserVariableValue
impl Debug for UserVariableValue
source§impl PartialEq for UserVariableValue
impl PartialEq for UserVariableValue
impl Eq for UserVariableValue
impl StructuralPartialEq for UserVariableValue
Auto Trait Implementations§
impl Freeze for UserVariableValue
impl RefUnwindSafe for UserVariableValue
impl Send for UserVariableValue
impl Sync for UserVariableValue
impl Unpin for UserVariableValue
impl UnwindSafe for UserVariableValue
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