pub struct ListLocationsRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
}
Expand description
ListLocationsRequest
Fields§
§max_results: Option<i64>
The maximum number of locations to return.
next_token: Option<String>
An opaque string that indicates the position at which to begin the next list of locations.
Trait Implementations§
Source§impl Clone for ListLocationsRequest
impl Clone for ListLocationsRequest
Source§fn clone(&self) -> ListLocationsRequest
fn clone(&self) -> ListLocationsRequest
Returns a copy 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 ListLocationsRequest
impl Debug for ListLocationsRequest
Source§impl Default for ListLocationsRequest
impl Default for ListLocationsRequest
Source§fn default() -> ListLocationsRequest
fn default() -> ListLocationsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListLocationsRequest
impl PartialEq for ListLocationsRequest
Source§impl Serialize for ListLocationsRequest
impl Serialize for ListLocationsRequest
impl StructuralPartialEq for ListLocationsRequest
Auto Trait Implementations§
impl Freeze for ListLocationsRequest
impl RefUnwindSafe for ListLocationsRequest
impl Send for ListLocationsRequest
impl Sync for ListLocationsRequest
impl Unpin for ListLocationsRequest
impl UnwindSafe for ListLocationsRequest
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