#[non_exhaustive]pub struct CreateSourceRepositoryBranchOutput { /* private fields */ }
Implementations§
source§impl CreateSourceRepositoryBranchOutput
impl CreateSourceRepositoryBranchOutput
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
sourcepub fn head_commit_id(&self) -> Option<&str>
pub fn head_commit_id(&self) -> Option<&str>
The commit ID of the tip of the newly created branch.
source§impl CreateSourceRepositoryBranchOutput
impl CreateSourceRepositoryBranchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSourceRepositoryBranchOutput
.
Trait Implementations§
source§impl Clone for CreateSourceRepositoryBranchOutput
impl Clone for CreateSourceRepositoryBranchOutput
source§fn clone(&self) -> CreateSourceRepositoryBranchOutput
fn clone(&self) -> CreateSourceRepositoryBranchOutput
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 PartialEq<CreateSourceRepositoryBranchOutput> for CreateSourceRepositoryBranchOutput
impl PartialEq<CreateSourceRepositoryBranchOutput> for CreateSourceRepositoryBranchOutput
source§fn eq(&self, other: &CreateSourceRepositoryBranchOutput) -> bool
fn eq(&self, other: &CreateSourceRepositoryBranchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.