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