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