Expand description
Type of the variable value.
Variants
PreDefined
Fields
value: ValueId<'a>Value ID
Pre-defined variable
UserDefined
Fields
value: ValueId<'a>Value ID
User defined variable
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ValueType<'a>
impl<'a> Send for ValueType<'a>
impl<'a> Sync for ValueType<'a>
impl<'a> Unpin for ValueType<'a>
impl<'a> UnwindSafe for ValueType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more