pub struct ApplicationListOptions {
pub limit: Option<i32>,
pub iterator: Option<String>,
pub order: Option<Ordering>,
}
Fields§
§limit: Option<i32>
Limit the number of returned items
iterator: Option<String>
The iterator returned from a prior invocation
order: Option<Ordering>
The sorting order of the returned items
Trait Implementations§
Source§impl Default for ApplicationListOptions
impl Default for ApplicationListOptions
Source§fn default() -> ApplicationListOptions
fn default() -> ApplicationListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApplicationListOptions
impl RefUnwindSafe for ApplicationListOptions
impl Send for ApplicationListOptions
impl Sync for ApplicationListOptions
impl Unpin for ApplicationListOptions
impl UnwindSafe for ApplicationListOptions
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