pub struct IgammaGradA { /* private fields */ }
Expand description
Builder for the IgammaGradA
operation.
Implementations§
Source§impl IgammaGradA
impl IgammaGradA
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for IgammaGradA
impl Debug for IgammaGradA
Source§impl Default for IgammaGradA
impl Default for IgammaGradA
Source§fn default() -> IgammaGradA
fn default() -> IgammaGradA
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IgammaGradA
impl RefUnwindSafe for IgammaGradA
impl Send for IgammaGradA
impl Sync for IgammaGradA
impl Unpin for IgammaGradA
impl UnwindSafe for IgammaGradA
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