pub struct ListAssociatedStacksRequest {
pub fleet_name: String,
pub next_token: Option<String>,
}
Fields§
§fleet_name: String
The name of the fleet.
next_token: Option<String>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Trait Implementations§
Source§impl Clone for ListAssociatedStacksRequest
impl Clone for ListAssociatedStacksRequest
Source§fn clone(&self) -> ListAssociatedStacksRequest
fn clone(&self) -> ListAssociatedStacksRequest
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 ListAssociatedStacksRequest
impl Debug for ListAssociatedStacksRequest
Source§impl Default for ListAssociatedStacksRequest
impl Default for ListAssociatedStacksRequest
Source§fn default() -> ListAssociatedStacksRequest
fn default() -> ListAssociatedStacksRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListAssociatedStacksRequest
Auto Trait Implementations§
impl Freeze for ListAssociatedStacksRequest
impl RefUnwindSafe for ListAssociatedStacksRequest
impl Send for ListAssociatedStacksRequest
impl Sync for ListAssociatedStacksRequest
impl Unpin for ListAssociatedStacksRequest
impl UnwindSafe for ListAssociatedStacksRequest
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