#[non_exhaustive]pub struct ListTestGridProjectsInput { /* private fields */ }Implementations
sourceimpl ListTestGridProjectsInput
impl ListTestGridProjectsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridProjects, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridProjects, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTestGridProjects>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestGridProjectsInput.
sourceimpl ListTestGridProjectsInput
impl ListTestGridProjectsInput
sourcepub fn max_result(&self) -> Option<i32>
pub fn max_result(&self) -> Option<i32>
Return no more than this number of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
From a response, used to continue a paginated listing.
Trait Implementations
sourceimpl Clone for ListTestGridProjectsInput
impl Clone for ListTestGridProjectsInput
sourcefn clone(&self) -> ListTestGridProjectsInput
fn clone(&self) -> ListTestGridProjectsInput
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 Debug for ListTestGridProjectsInput
impl Debug for ListTestGridProjectsInput
sourceimpl PartialEq<ListTestGridProjectsInput> for ListTestGridProjectsInput
impl PartialEq<ListTestGridProjectsInput> for ListTestGridProjectsInput
sourcefn eq(&self, other: &ListTestGridProjectsInput) -> bool
fn eq(&self, other: &ListTestGridProjectsInput) -> bool
impl StructuralPartialEq for ListTestGridProjectsInput
Auto Trait Implementations
impl RefUnwindSafe for ListTestGridProjectsInput
impl Send for ListTestGridProjectsInput
impl Sync for ListTestGridProjectsInput
impl Unpin for ListTestGridProjectsInput
impl UnwindSafe for ListTestGridProjectsInput
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