pub struct NcclReduce { /* private fields */ }
Expand description
Builder for the NcclReduce
operation.
Implementations§
Source§impl NcclReduce
impl NcclReduce
Trait Implementations§
Source§impl Debug for NcclReduce
impl Debug for NcclReduce
Source§impl Default for NcclReduce
impl Default for NcclReduce
Source§fn default() -> NcclReduce
fn default() -> NcclReduce
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NcclReduce
impl RefUnwindSafe for NcclReduce
impl Send for NcclReduce
impl Sync for NcclReduce
impl Unpin for NcclReduce
impl UnwindSafe for NcclReduce
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