#[non_exhaustive]pub struct DeleteSegmentInputBuilder { /* private fields */ }
Expand description
A builder for DeleteSegmentInput
.
Implementations§
source§impl DeleteSegmentInputBuilder
impl DeleteSegmentInputBuilder
sourcepub fn set_segment(self, input: Option<String>) -> Self
pub fn set_segment(self, input: Option<String>) -> Self
Specifies the segment to delete.
sourcepub fn build(self) -> Result<DeleteSegmentInput, BuildError>
pub fn build(self) -> Result<DeleteSegmentInput, BuildError>
Consumes the builder and constructs a DeleteSegmentInput
.
Trait Implementations§
source§impl Clone for DeleteSegmentInputBuilder
impl Clone for DeleteSegmentInputBuilder
source§fn clone(&self) -> DeleteSegmentInputBuilder
fn clone(&self) -> DeleteSegmentInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteSegmentInputBuilder
impl Debug for DeleteSegmentInputBuilder
source§impl Default for DeleteSegmentInputBuilder
impl Default for DeleteSegmentInputBuilder
source§fn default() -> DeleteSegmentInputBuilder
fn default() -> DeleteSegmentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSegmentInputBuilder> for DeleteSegmentInputBuilder
impl PartialEq<DeleteSegmentInputBuilder> for DeleteSegmentInputBuilder
source§fn eq(&self, other: &DeleteSegmentInputBuilder) -> bool
fn eq(&self, other: &DeleteSegmentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteSegmentInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSegmentInputBuilder
impl Send for DeleteSegmentInputBuilder
impl Sync for DeleteSegmentInputBuilder
impl Unpin for DeleteSegmentInputBuilder
impl UnwindSafe for DeleteSegmentInputBuilder
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