pub struct RcKeySignal<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<T> Freeze for RcKeySignal<T>
impl<T> !RefUnwindSafe for RcKeySignal<T>
impl<T> !Send for RcKeySignal<T>
impl<T> !Sync for RcKeySignal<T>
impl<T> Unpin for RcKeySignal<T>
impl<T> !UnwindSafe for RcKeySignal<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