pub struct use_gen_update_state<S, U: 'static + UpdateState<S>>(pub S, pub U);
Tuple Fields§
§0: S
§1: U
Trait Implementations§
Source§impl<S, U: UpdateState<S>> IntoHook for UseGenUpdateState<S, U>
impl<S, U: UpdateState<S>> IntoHook for UseGenUpdateState<S, U>
Source§impl<S, U: UpdateState<S>> UpdateHook for UseGenUpdateState<S, U>
impl<S, U: UpdateState<S>> UpdateHook for UseGenUpdateState<S, U>
fn update_hook(self, _hook: Pin<&mut Self::Hook>)
Source§impl<S, U: UpdateState<S>> UpdateHookUninitialized for UseGenUpdateState<S, U>
impl<S, U: UpdateState<S>> UpdateHookUninitialized for UseGenUpdateState<S, U>
Auto Trait Implementations§
impl<S, U> Freeze for UseGenUpdateState<S, U>
impl<S, U> RefUnwindSafe for UseGenUpdateState<S, U>where
S: RefUnwindSafe,
U: RefUnwindSafe,
impl<S, U> Send for UseGenUpdateState<S, U>
impl<S, U> Sync for UseGenUpdateState<S, U>
impl<S, U> Unpin for UseGenUpdateState<S, U>
impl<S, U> UnwindSafe for UseGenUpdateState<S, U>where
S: UnwindSafe,
U: UnwindSafe,
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