pub struct NoEvent {}Expand description
Use when there is no event listening to do
Implementations§
Trait Implementations§
Source§impl CubeType for NoEvent
impl CubeType for NoEvent
type ExpandType = NoEventExpand
Source§impl StageEventListener for NoEvent
impl StageEventListener for NoEvent
fn on_event(_this: &mut Self, _event: StageEvent)
fn __expand_on_event( scope: &Scope, _this: &mut <Self as CubeType>::ExpandType, _event: StageEvent, )
Auto Trait Implementations§
impl Freeze for NoEvent
impl RefUnwindSafe for NoEvent
impl Send for NoEvent
impl Sync for NoEvent
impl Unpin for NoEvent
impl UnsafeUnpin for NoEvent
impl UnwindSafe for NoEvent
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more