pub struct ChildrenCount(pub u64);Expand description
The number of children created when a generator is forked.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for ChildrenCount
impl Clone for ChildrenCount
Source§fn clone(&self) -> ChildrenCount
fn clone(&self) -> ChildrenCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChildrenCount
impl Debug for ChildrenCount
impl Copy for ChildrenCount
Auto Trait Implementations§
impl Freeze for ChildrenCount
impl RefUnwindSafe for ChildrenCount
impl Send for ChildrenCount
impl Sync for ChildrenCount
impl Unpin for ChildrenCount
impl UnwindSafe for ChildrenCount
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