pub struct Added<T: Component>(/* private fields */);Expand description
Change-detection filter: component T was added.
Auto Trait Implementations§
impl<T> Freeze for Added<T>
impl<T> RefUnwindSafe for Added<T>where
T: RefUnwindSafe,
impl<T> Send for Added<T>
impl<T> Sync for Added<T>
impl<T> Unpin for Added<T>where
T: Unpin,
impl<T> UnsafeUnpin for Added<T>
impl<T> UnwindSafe for Added<T>where
T: 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