pub struct Logspace { /* private fields */ }Expand description
Helper struct for logarithmically spaced values
Implementations§
Trait Implementations§
Source§impl IntoVariantValues for Logspace
impl IntoVariantValues for Logspace
fn into_variant_values(self) -> Vec<String>
Auto Trait Implementations§
impl Freeze for Logspace
impl RefUnwindSafe for Logspace
impl Send for Logspace
impl Sync for Logspace
impl Unpin for Logspace
impl UnwindSafe for Logspace
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