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