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