#[non_exhaustive]pub struct CreateSegmentOutput { /* private fields */ }
Implementations§
source§impl CreateSegmentOutput
impl CreateSegmentOutput
sourcepub fn builder() -> CreateSegmentOutputBuilder
pub fn builder() -> CreateSegmentOutputBuilder
Creates a new builder-style object to manufacture CreateSegmentOutput
.
Trait Implementations§
source§impl Clone for CreateSegmentOutput
impl Clone for CreateSegmentOutput
source§fn clone(&self) -> CreateSegmentOutput
fn clone(&self) -> CreateSegmentOutput
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 CreateSegmentOutput
impl Debug for CreateSegmentOutput
source§impl PartialEq<CreateSegmentOutput> for CreateSegmentOutput
impl PartialEq<CreateSegmentOutput> for CreateSegmentOutput
source§fn eq(&self, other: &CreateSegmentOutput) -> bool
fn eq(&self, other: &CreateSegmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateSegmentOutput
impl RequestId for CreateSegmentOutput
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 CreateSegmentOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateSegmentOutput
impl Send for CreateSegmentOutput
impl Sync for CreateSegmentOutput
impl Unpin for CreateSegmentOutput
impl UnwindSafe for CreateSegmentOutput
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