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