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