pub struct Births<C>(/* private fields */);Expand description
This behavior may emit births of C.
Trait Implementations§
impl<C: Copy> Copy for Births<C>
impl<C: Eq> Eq for Births<C>
impl<C: PartialEq> StructuralPartialEq for Births<C>
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