pub struct KeySignal<'cx, T: Hash>(/* private fields */);
Expand description
Internal type for tracking key changes. Only exposed because it’s used in a public trait
Trait Implementations§
Auto Trait Implementations§
impl<'cx, T> Freeze for KeySignal<'cx, T>
impl<'cx, T> !RefUnwindSafe for KeySignal<'cx, T>
impl<'cx, T> !Send for KeySignal<'cx, T>
impl<'cx, T> !Sync for KeySignal<'cx, T>
impl<'cx, T> Unpin for KeySignal<'cx, T>
impl<'cx, T> !UnwindSafe for KeySignal<'cx, 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