pub struct GetTagKeysInput {
pub pagination_token: Option<String>,
}
Fields§
§pagination_token: Option<String>
A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken
, use that string for this value to request an additional page of data.
Trait Implementations§
Source§impl Clone for GetTagKeysInput
impl Clone for GetTagKeysInput
Source§fn clone(&self) -> GetTagKeysInput
fn clone(&self) -> GetTagKeysInput
Returns a duplicate 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 GetTagKeysInput
impl Debug for GetTagKeysInput
Source§impl Default for GetTagKeysInput
impl Default for GetTagKeysInput
Source§fn default() -> GetTagKeysInput
fn default() -> GetTagKeysInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetTagKeysInput
impl PartialEq for GetTagKeysInput
Source§impl Serialize for GetTagKeysInput
impl Serialize for GetTagKeysInput
impl StructuralPartialEq for GetTagKeysInput
Auto Trait Implementations§
impl Freeze for GetTagKeysInput
impl RefUnwindSafe for GetTagKeysInput
impl Send for GetTagKeysInput
impl Sync for GetTagKeysInput
impl Unpin for GetTagKeysInput
impl UnwindSafe for GetTagKeysInput
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