pub struct Slot<C: Ctx, E: UserEvent> {
pub cur: Option<Value>,
/* private fields */
}
Fields§
§cur: Option<Value>
Trait Implementations§
Auto Trait Implementations§
impl<C, E> Freeze for Slot<C, E>
impl<C, E> !RefUnwindSafe for Slot<C, E>
impl<C, E> Send for Slot<C, E>
impl<C, E> Sync for Slot<C, E>
impl<C, E> Unpin for Slot<C, E>
impl<C, E> !UnwindSafe for Slot<C, E>
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