pub struct MappedWindow<'a, T> {
pub window: Window<T>,
/* private fields */
}Expand description
Action scoped to time windows.
Fields§
§window: Window<T>Window into which execute an action.
Auto Trait Implementations§
impl<'a, T> Freeze for MappedWindow<'a, T>where
T: Freeze,
impl<'a, T> !RefUnwindSafe for MappedWindow<'a, T>
impl<'a, T> !Send for MappedWindow<'a, T>
impl<'a, T> !Sync for MappedWindow<'a, T>
impl<'a, T> Unpin for MappedWindow<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for MappedWindow<'a, T>
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