pub struct Births<C>(/* private fields */);Expand description
This behavior may emit births of C.
Trait Implementations§
impl<C> Copy for Births<C>where
C: Copy,
impl<C> Eq for Births<C>where
C: Eq,
impl<C> StructuralPartialEq for Births<C>where
C: PartialEq,
Auto Trait Implementations§
impl<C> Freeze for Births<C>
impl<C> RefUnwindSafe for Births<C>
impl<C> Send for Births<C>
impl<C> Sync for Births<C>
impl<C> Unpin for Births<C>
impl<C> UnsafeUnpin for Births<C>
impl<C> UnwindSafe for Births<C>
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