#[non_exhaustive]pub struct ListGitHubAccountTokenNamesInput { /* private fields */ }
Expand description
Represents the input of a ListGitHubAccountTokenNames
operation.
Implementations
sourceimpl ListGitHubAccountTokenNamesInput
impl ListGitHubAccountTokenNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListGitHubAccountTokenNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListGitHubAccountTokenNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListGitHubAccountTokenNames
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListGitHubAccountTokenNamesInput
.
sourceimpl ListGitHubAccountTokenNamesInput
impl ListGitHubAccountTokenNamesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier returned from the previous ListGitHubAccountTokenNames
call. It can be used to return the next set of names in the list.
Trait Implementations
sourceimpl Clone for ListGitHubAccountTokenNamesInput
impl Clone for ListGitHubAccountTokenNamesInput
sourcefn clone(&self) -> ListGitHubAccountTokenNamesInput
fn clone(&self) -> ListGitHubAccountTokenNamesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ListGitHubAccountTokenNamesInput> for ListGitHubAccountTokenNamesInput
impl PartialEq<ListGitHubAccountTokenNamesInput> for ListGitHubAccountTokenNamesInput
sourcefn eq(&self, other: &ListGitHubAccountTokenNamesInput) -> bool
fn eq(&self, other: &ListGitHubAccountTokenNamesInput) -> bool
impl StructuralPartialEq for ListGitHubAccountTokenNamesInput
Auto Trait Implementations
impl RefUnwindSafe for ListGitHubAccountTokenNamesInput
impl Send for ListGitHubAccountTokenNamesInput
impl Sync for ListGitHubAccountTokenNamesInput
impl Unpin for ListGitHubAccountTokenNamesInput
impl UnwindSafe for ListGitHubAccountTokenNamesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more