#[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.