pub struct ArchivesListOptions {
pub limit: Option<i64>,
pub marker: Option<String>,
}Expand description
Optional parameters for ArchivesManager::list.
Fields§
§limit: Option<i64>§marker: Option<String>Trait Implementations§
Source§impl Clone for ArchivesListOptions
impl Clone for ArchivesListOptions
Source§fn clone(&self) -> ArchivesListOptions
fn clone(&self) -> ArchivesListOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArchivesListOptions
impl Debug for ArchivesListOptions
Source§impl Default for ArchivesListOptions
impl Default for ArchivesListOptions
Source§fn default() -> ArchivesListOptions
fn default() -> ArchivesListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArchivesListOptions
impl RefUnwindSafe for ArchivesListOptions
impl Send for ArchivesListOptions
impl Sync for ArchivesListOptions
impl Unpin for ArchivesListOptions
impl UnsafeUnpin for ArchivesListOptions
impl UnwindSafe for ArchivesListOptions
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