pub struct ListAccessPointsParams {
pub max_keys: Option<u32>,
pub continuation_token: Option<String>,
/* private fields */
}Fields§
§max_keys: Option<u32>§continuation_token: Option<String>Trait Implementations§
Source§impl Clone for ListAccessPointsParams
impl Clone for ListAccessPointsParams
Source§fn clone(&self) -> ListAccessPointsParams
fn clone(&self) -> ListAccessPointsParams
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 ListAccessPointsParams
impl Debug for ListAccessPointsParams
Source§impl Default for ListAccessPointsParams
impl Default for ListAccessPointsParams
Source§fn default() -> ListAccessPointsParams
fn default() -> ListAccessPointsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListAccessPointsParams
impl RefUnwindSafe for ListAccessPointsParams
impl Send for ListAccessPointsParams
impl Sync for ListAccessPointsParams
impl Unpin for ListAccessPointsParams
impl UnsafeUnpin for ListAccessPointsParams
impl UnwindSafe for ListAccessPointsParams
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