pub struct NotifyPeriodicEventStreamAction<C = CustomData>(/* private fields */);Expand description
Marker type for the NotifyPeriodicEventStream SEND message.
C is the type of the payload’s customData field, exactly as for the CALL actions
above.
Auto Trait Implementations§
impl<C> Freeze for NotifyPeriodicEventStreamAction<C>
impl<C> RefUnwindSafe for NotifyPeriodicEventStreamAction<C>
impl<C> Send for NotifyPeriodicEventStreamAction<C>
impl<C> Sync for NotifyPeriodicEventStreamAction<C>
impl<C> Unpin for NotifyPeriodicEventStreamAction<C>
impl<C> UnsafeUnpin for NotifyPeriodicEventStreamAction<C>
impl<C> UnwindSafe for NotifyPeriodicEventStreamAction<C>
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