pub struct StateChangedKindSlot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateChangedKindSlot
impl RefUnwindSafe for StateChangedKindSlot
impl Send for StateChangedKindSlot
impl Sync for StateChangedKindSlot
impl Unpin for StateChangedKindSlot
impl UnsafeUnpin for StateChangedKindSlot
impl UnwindSafe for StateChangedKindSlot
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