#[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 ==
.impl StructuralPartialEq for DevEnvironmentRepositorySummary
Auto Trait Implementations§
impl RefUnwindSafe for DevEnvironmentRepositorySummary
impl Send for DevEnvironmentRepositorySummary
impl Sync for DevEnvironmentRepositorySummary
impl Unpin for DevEnvironmentRepositorySummary
impl UnwindSafe for DevEnvironmentRepositorySummary
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