pub struct DequantizeCastOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a dcast
operation.
Implementations§
source§impl<'c> DequantizeCastOperationBuilder<'c, Unset, Unset>
impl<'c> DequantizeCastOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> DequantizeCastOperationBuilder<'c, Unset, T1>
impl<'c, T1> DequantizeCastOperationBuilder<'c, Unset, T1>
pub fn res(self, res: Type<'c>) -> DequantizeCastOperationBuilder<'c, Set, T1>
source§impl<'c, T0> DequantizeCastOperationBuilder<'c, T0, Unset>
impl<'c, T0> DequantizeCastOperationBuilder<'c, T0, Unset>
pub fn arg( self, arg: Value<'c, '_> ) -> DequantizeCastOperationBuilder<'c, T0, Set>
source§impl<'c> DequantizeCastOperationBuilder<'c, Set, Set>
impl<'c> DequantizeCastOperationBuilder<'c, Set, Set>
pub fn build(self) -> DequantizeCastOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for DequantizeCastOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for DequantizeCastOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for DequantizeCastOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for DequantizeCastOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for DequantizeCastOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: 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