pub struct Var<T>(/* private fields */);
Expand description
An immutable labeled expression. Passed by reference
Trait Implementations§
Source§impl<T> From<&Var<T>> for Expression
impl<T> From<&Var<T>> for Expression
Source§impl<T> From<Var<T>> for Expression
impl<T> From<Var<T>> for Expression
impl<T: Object> Object for &Var<T>
impl<T: Object> Object for Var<T>
Auto Trait Implementations§
impl<T> Freeze for Var<T>
impl<T> RefUnwindSafe for Var<T>where
T: RefUnwindSafe,
impl<T> !Send for Var<T>
impl<T> !Sync for Var<T>
impl<T> Unpin for Var<T>where
T: Unpin,
impl<T> UnwindSafe for Var<T>where
T: UnwindSafe,
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