pub struct EndpointListOptions {
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 EndpointListOptions
impl Default for EndpointListOptions
Source§fn default() -> EndpointListOptions
fn default() -> EndpointListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EndpointListOptions
impl RefUnwindSafe for EndpointListOptions
impl Send for EndpointListOptions
impl Sync for EndpointListOptions
impl Unpin for EndpointListOptions
impl UnwindSafe for EndpointListOptions
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