pub struct NotifyPeriodicEventStreamAction;Expand description
Marker type for the NotifyPeriodicEventStream SEND message.
Auto Trait Implementations§
impl Freeze for NotifyPeriodicEventStreamAction
impl RefUnwindSafe for NotifyPeriodicEventStreamAction
impl Send for NotifyPeriodicEventStreamAction
impl Sync for NotifyPeriodicEventStreamAction
impl Unpin for NotifyPeriodicEventStreamAction
impl UnsafeUnpin for NotifyPeriodicEventStreamAction
impl UnwindSafe for NotifyPeriodicEventStreamAction
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