pub union ValueSlot<'h> {
/* private fields */
}
Trait Implementations§
Source§impl<'h> Slot<ValueSlot<'h>> for &'h ExternAny
impl<'h> Slot<ValueSlot<'h>> for &'h ExternAny
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternBigIntWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternBigIntWithState<'h, S>
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternBooleanWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternBooleanWithState<'h, S>
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternNumberWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternNumberWithState<'h, S>
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternStringWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternStringWithState<'h, S>
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternSymbolWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternSymbolWithState<'h, S>
Auto Trait Implementations§
impl<'h> Freeze for ValueSlot<'h>
impl<'h> RefUnwindSafe for ValueSlot<'h>
impl<'h> !Send for ValueSlot<'h>
impl<'h> !Sync for ValueSlot<'h>
impl<'h> Unpin for ValueSlot<'h>
impl<'h> UnwindSafe for ValueSlot<'h>
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