Struct rusoto_codestar::ListTagsForProjectResult [−][src]
pub struct ListTagsForProjectResult { pub next_token: Option<String>, pub tags: Option<HashMap<String, String>>, }
Fields
next_token: Option<String>
Reserved for future use.
The tags for the project.
Trait Implementations
impl Default for ListTagsForProjectResult
[src]
impl Default for ListTagsForProjectResult
fn default() -> ListTagsForProjectResult
[src]
fn default() -> ListTagsForProjectResult
Returns the "default value" for a type. Read more
impl Debug for ListTagsForProjectResult
[src]
impl Debug for ListTagsForProjectResult
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ListTagsForProjectResult
[src]
impl Clone for ListTagsForProjectResult
fn clone(&self) -> ListTagsForProjectResult
[src]
fn clone(&self) -> ListTagsForProjectResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for ListTagsForProjectResult
[src]
impl PartialEq for ListTagsForProjectResult
fn eq(&self, other: &ListTagsForProjectResult) -> bool
[src]
fn eq(&self, other: &ListTagsForProjectResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ListTagsForProjectResult) -> bool
[src]
fn ne(&self, other: &ListTagsForProjectResult) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ListTagsForProjectResult
impl Send for ListTagsForProjectResult
impl Sync for ListTagsForProjectResult
impl Sync for ListTagsForProjectResult