pub struct ExecutionContextVariable { /* private fields */ }Implementations§
Source§impl ExecutionContextVariable
impl ExecutionContextVariable
pub fn expression<T>(self, value: T) -> Self
pub fn variable_types<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ExecutionContextVariable
impl Clone for ExecutionContextVariable
Source§fn clone(&self) -> ExecutionContextVariable
fn clone(&self) -> ExecutionContextVariable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExecutionContextVariable
impl Debug for ExecutionContextVariable
Source§impl Default for ExecutionContextVariable
impl Default for ExecutionContextVariable
Source§impl From<ExecutionContextVariable> for ExecutionContextVariable
impl From<ExecutionContextVariable> for ExecutionContextVariable
Source§fn from(value: ExecutionContextVariable) -> Self
fn from(value: ExecutionContextVariable) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ExecutionContextVariable> for ExecutionContextVariable
impl TryFrom<ExecutionContextVariable> for ExecutionContextVariable
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ExecutionContextVariable) -> Result<Self, ConversionError>
fn try_from(value: ExecutionContextVariable) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ExecutionContextVariable
impl RefUnwindSafe for ExecutionContextVariable
impl Send for ExecutionContextVariable
impl Sync for ExecutionContextVariable
impl Unpin for ExecutionContextVariable
impl UnsafeUnpin for ExecutionContextVariable
impl UnwindSafe for ExecutionContextVariable
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