pub struct InlineExpression(/* private fields */);
Implementations§
Trait Implementations§
Source§impl ScriptExpression for InlineExpression
impl ScriptExpression for InlineExpression
Auto Trait Implementations§
impl Freeze for InlineExpression
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