pub struct NoBirths;Expand description
This behavior cannot emit child births.
Trait Implementations§
impl Copy for NoBirths
impl Eq for NoBirths
impl StructuralPartialEq for NoBirths
Auto Trait Implementations§
impl Freeze for NoBirths
impl RefUnwindSafe for NoBirths
impl Send for NoBirths
impl Sync for NoBirths
impl Unpin for NoBirths
impl UnsafeUnpin for NoBirths
impl UnwindSafe for NoBirths
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