#[non_exhaustive]pub struct CreateProjectOutput { /* private fields */ }
Implementations§
source§impl CreateProjectOutput
impl CreateProjectOutput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The friendly name of the project.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the project.
source§impl CreateProjectOutput
impl CreateProjectOutput
sourcepub fn builder() -> CreateProjectOutputBuilder
pub fn builder() -> CreateProjectOutputBuilder
Creates a new builder-style object to manufacture CreateProjectOutput
.
Trait Implementations§
source§impl Clone for CreateProjectOutput
impl Clone for CreateProjectOutput
source§fn clone(&self) -> CreateProjectOutput
fn clone(&self) -> CreateProjectOutput
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 CreateProjectOutput
impl Debug for CreateProjectOutput
source§impl PartialEq<CreateProjectOutput> for CreateProjectOutput
impl PartialEq<CreateProjectOutput> for CreateProjectOutput
source§fn eq(&self, other: &CreateProjectOutput) -> bool
fn eq(&self, other: &CreateProjectOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateProjectOutput
impl RequestId for CreateProjectOutput
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.