pub struct GeneratorComparison;Expand description
Generator characteristics summary
Implementations§
Source§impl GeneratorComparison
impl GeneratorComparison
Sourcepub fn harmonic_content() -> &'static str
pub fn harmonic_content() -> &'static str
Harmonic content comparison
Sourcepub fn usage_guide() -> &'static str
pub fn usage_guide() -> &'static str
Usage recommendations
Sourcepub fn performance_guide() -> &'static str
pub fn performance_guide() -> &'static str
Performance characteristics
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratorComparison
impl RefUnwindSafe for GeneratorComparison
impl Send for GeneratorComparison
impl Sync for GeneratorComparison
impl Unpin for GeneratorComparison
impl UnsafeUnpin for GeneratorComparison
impl UnwindSafe for GeneratorComparison
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