pub struct SinOperationBuilder<'c, T0, O0> { /* private fields */ }Expand description
A builder for a sin operation.
Implementations§
Source§impl<'c> SinOperationBuilder<'c, Unset, Unset>
impl<'c> SinOperationBuilder<'c, Unset, Unset>
Source§impl<'c, O0> SinOperationBuilder<'c, Unset, O0>
impl<'c, O0> SinOperationBuilder<'c, Unset, O0>
pub fn output(self, output: Type<'c>) -> SinOperationBuilder<'c, Set, O0>
Source§impl<'c, T0> SinOperationBuilder<'c, T0, Unset>
impl<'c, T0> SinOperationBuilder<'c, T0, Unset>
pub fn input_1(self, input_1: Value<'c, '_>) -> SinOperationBuilder<'c, T0, Set>
Source§impl<'c> SinOperationBuilder<'c, Set, Set>
impl<'c> SinOperationBuilder<'c, Set, Set>
pub fn build(self) -> SinOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0> Freeze for SinOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> RefUnwindSafe for SinOperationBuilder<'c, T0, O0>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
impl<'c, T0, O0> !Send for SinOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> !Sync for SinOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> Unpin for SinOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> UnwindSafe for SinOperationBuilder<'c, T0, O0>where
T0: UnwindSafe,
O0: UnwindSafe,
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