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