pub struct ListVersionsOptions {
pub page_size: Option<usize>,
pub page_token: Option<String>,
}Expand description
Options for listing versions.
Fields§
§page_size: Option<usize>The maximum number of versions to return.
page_token: Option<String>The token for the next page of results.
Trait Implementations§
Source§impl Debug for ListVersionsOptions
impl Debug for ListVersionsOptions
Source§impl Default for ListVersionsOptions
impl Default for ListVersionsOptions
Source§fn default() -> ListVersionsOptions
fn default() -> ListVersionsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListVersionsOptions
impl RefUnwindSafe for ListVersionsOptions
impl Send for ListVersionsOptions
impl Sync for ListVersionsOptions
impl Unpin for ListVersionsOptions
impl UnwindSafe for ListVersionsOptions
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