#[non_exhaustive]pub struct DeleteSegmentOutput { /* private fields */ }
Implementations§
source§impl DeleteSegmentOutput
impl DeleteSegmentOutput
sourcepub fn builder() -> DeleteSegmentOutputBuilder
pub fn builder() -> DeleteSegmentOutputBuilder
Creates a new builder-style object to manufacture DeleteSegmentOutput
.
Trait Implementations§
source§impl Clone for DeleteSegmentOutput
impl Clone for DeleteSegmentOutput
source§fn clone(&self) -> DeleteSegmentOutput
fn clone(&self) -> DeleteSegmentOutput
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 DeleteSegmentOutput
impl Debug for DeleteSegmentOutput
source§impl PartialEq<DeleteSegmentOutput> for DeleteSegmentOutput
impl PartialEq<DeleteSegmentOutput> for DeleteSegmentOutput
source§fn eq(&self, other: &DeleteSegmentOutput) -> bool
fn eq(&self, other: &DeleteSegmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSegmentOutput
impl RequestId for DeleteSegmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteSegmentOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSegmentOutput
impl Send for DeleteSegmentOutput
impl Sync for DeleteSegmentOutput
impl Unpin for DeleteSegmentOutput
impl UnwindSafe for DeleteSegmentOutput
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