pub struct Log1p { /* private fields */ }
Expand description
Builder for the Log1p
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Log1p
impl RefUnwindSafe for Log1p
impl Send for Log1p
impl Sync for Log1p
impl Unpin for Log1p
impl UnwindSafe for Log1p
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