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