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