pub struct WindowSumState { /* private fields */ }Auto Trait Implementations§
impl Freeze for WindowSumState
impl RefUnwindSafe for WindowSumState
impl Send for WindowSumState
impl Sync for WindowSumState
impl Unpin for WindowSumState
impl UnsafeUnpin for WindowSumState
impl UnwindSafe for WindowSumState
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