#[non_exhaustive]pub struct DevEnvironmentRepositorySummary { /* private fields */ }
Expand description
Information about the source repsitory for a Dev Environment.
Implementations§
source§impl DevEnvironmentRepositorySummary
impl DevEnvironmentRepositorySummary
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the source repository.
sourcepub fn branch_name(&self) -> Option<&str>
pub fn branch_name(&self) -> Option<&str>
The name of the branch in a source repository cloned into the Dev Environment.
source§impl DevEnvironmentRepositorySummary
impl DevEnvironmentRepositorySummary
sourcepub fn builder() -> DevEnvironmentRepositorySummaryBuilder
pub fn builder() -> DevEnvironmentRepositorySummaryBuilder
Creates a new builder-style object to manufacture DevEnvironmentRepositorySummary
.
Trait Implementations§
source§impl Clone for DevEnvironmentRepositorySummary
impl Clone for DevEnvironmentRepositorySummary
source§fn clone(&self) -> DevEnvironmentRepositorySummary
fn clone(&self) -> DevEnvironmentRepositorySummary
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<DevEnvironmentRepositorySummary> for DevEnvironmentRepositorySummary
impl PartialEq<DevEnvironmentRepositorySummary> for DevEnvironmentRepositorySummary
source§fn eq(&self, other: &DevEnvironmentRepositorySummary) -> bool
fn eq(&self, other: &DevEnvironmentRepositorySummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.