pub struct DescribeTagsResult {
pub next_token: Option<String>,
pub tags: Option<Vec<TagDescription>>,
}
Fields§
§next_token: Option<String>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
The tags.
Trait Implementations§
Source§impl Clone for DescribeTagsResult
impl Clone for DescribeTagsResult
Source§fn clone(&self) -> DescribeTagsResult
fn clone(&self) -> DescribeTagsResult
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 DescribeTagsResult
impl Debug for DescribeTagsResult
Source§impl Default for DescribeTagsResult
impl Default for DescribeTagsResult
Source§fn default() -> DescribeTagsResult
fn default() -> DescribeTagsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeTagsResult
impl PartialEq for DescribeTagsResult
impl StructuralPartialEq for DescribeTagsResult
Auto Trait Implementations§
impl Freeze for DescribeTagsResult
impl RefUnwindSafe for DescribeTagsResult
impl Send for DescribeTagsResult
impl Sync for DescribeTagsResult
impl Unpin for DescribeTagsResult
impl UnwindSafe for DescribeTagsResult
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