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