pub struct Ref<X: GXExt> {
pub id: ExprId,
pub last: Option<Value>,
pub bid: BindId,
pub target_bid: Option<BindId>,
/* private fields */
}Fields§
§id: ExprId§last: Option<Value>§bid: BindId§target_bid: Option<BindId>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<X> Freeze for Ref<X>
impl<X> RefUnwindSafe for Ref<X>
impl<X> Send for Ref<X>
impl<X> Sync for Ref<X>
impl<X> Unpin for Ref<X>
impl<X> UnwindSafe for Ref<X>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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