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