#[non_exhaustive]pub struct ListBuildBatchesForProjectOutput { /* private fields */ }
Implementations
sourceimpl ListBuildBatchesForProjectOutput
impl ListBuildBatchesForProjectOutput
sourcepub fn ids(&self) -> Option<&[String]>
pub fn ids(&self) -> Option<&[String]>
An array of strings that contains the batch build identifiers.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatchesForProject
to retrieve the next set of items.
sourceimpl ListBuildBatchesForProjectOutput
impl ListBuildBatchesForProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBuildBatchesForProjectOutput
.
Trait Implementations
sourceimpl Clone for ListBuildBatchesForProjectOutput
impl Clone for ListBuildBatchesForProjectOutput
sourcefn clone(&self) -> ListBuildBatchesForProjectOutput
fn clone(&self) -> ListBuildBatchesForProjectOutput
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<ListBuildBatchesForProjectOutput> for ListBuildBatchesForProjectOutput
impl PartialEq<ListBuildBatchesForProjectOutput> for ListBuildBatchesForProjectOutput
sourcefn eq(&self, other: &ListBuildBatchesForProjectOutput) -> bool
fn eq(&self, other: &ListBuildBatchesForProjectOutput) -> bool
impl StructuralPartialEq for ListBuildBatchesForProjectOutput
Auto Trait Implementations
impl RefUnwindSafe for ListBuildBatchesForProjectOutput
impl Send for ListBuildBatchesForProjectOutput
impl Sync for ListBuildBatchesForProjectOutput
impl Unpin for ListBuildBatchesForProjectOutput
impl UnwindSafe for ListBuildBatchesForProjectOutput
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