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