Struct intuicio_essentials::prelude::InlineExpression
source · pub struct InlineExpression(_);Implementations§
source§impl InlineExpression
impl InlineExpression
pub fn copied<T>(value: T) -> InlineExpressionwhere T: Copy + 'static,
pub fn cloned<T>(value: T) -> InlineExpressionwhere T: Clone + 'static,
pub fn closure<F>(f: F) -> InlineExpressionwhere F: Fn(&mut Context, &Registry) + 'static,
Trait Implementations§
source§impl ScriptExpression for InlineExpression
impl ScriptExpression for InlineExpression
Auto Trait Implementations§
impl !RefUnwindSafe for InlineExpression
impl !Send for InlineExpression
impl !Sync for InlineExpression
impl Unpin for InlineExpression
impl !UnwindSafe for InlineExpression
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