pub struct ReduceMaxOperationBuilder<'c, O0, A0> { /* private fields */ }Expand description
A builder for a reduce_max operation.
Implementations§
Source§impl<'c> ReduceMaxOperationBuilder<'c, Unset, Unset>
impl<'c> ReduceMaxOperationBuilder<'c, Unset, Unset>
Source§impl<'c, A0> ReduceMaxOperationBuilder<'c, Unset, A0>
impl<'c, A0> ReduceMaxOperationBuilder<'c, Unset, A0>
pub fn input( self, input: Value<'c, '_>, ) -> ReduceMaxOperationBuilder<'c, Set, A0>
Source§impl<'c, O0> ReduceMaxOperationBuilder<'c, O0, Unset>
impl<'c, O0> ReduceMaxOperationBuilder<'c, O0, Unset>
pub fn axis( self, axis: IntegerAttribute<'c>, ) -> ReduceMaxOperationBuilder<'c, O0, Set>
Source§impl<'c, O0, A0> ReduceMaxOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> ReduceMaxOperationBuilder<'c, O0, A0>
pub fn nan_mode( self, nan_mode: Attribute<'c>, ) -> ReduceMaxOperationBuilder<'c, O0, A0>
Source§impl<'c> ReduceMaxOperationBuilder<'c, Set, Set>
impl<'c> ReduceMaxOperationBuilder<'c, Set, Set>
pub fn build(self) -> ReduceMaxOperation<'c>
Auto Trait Implementations§
impl<'c, O0, A0> Freeze for ReduceMaxOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> RefUnwindSafe for ReduceMaxOperationBuilder<'c, O0, A0>where
O0: RefUnwindSafe,
A0: RefUnwindSafe,
impl<'c, O0, A0> !Send for ReduceMaxOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> !Sync for ReduceMaxOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> Unpin for ReduceMaxOperationBuilder<'c, O0, A0>
impl<'c, O0, A0> UnwindSafe for ReduceMaxOperationBuilder<'c, O0, A0>where
O0: UnwindSafe,
A0: 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