Struct fastly_api::apis::service_api::ListServicesParams   
source · pub struct ListServicesParams {
    pub page: Option<i32>,
    pub per_page: Option<i32>,
    pub sort: Option<String>,
    pub direction: Option<String>,
}Expand description
struct for passing parameters to the method list_services
Fields§
§page: Option<i32>Current page.
per_page: Option<i32>Number of records per page.
sort: Option<String>Field on which to sort.
direction: Option<String>Direction in which to sort results.
Trait Implementations§
source§impl Clone for ListServicesParams
 
impl Clone for ListServicesParams
source§fn clone(&self) -> ListServicesParams
 
fn clone(&self) -> ListServicesParams
Returns a copy 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 ListServicesParams
 
impl Debug for ListServicesParams
source§impl Default for ListServicesParams
 
impl Default for ListServicesParams
source§fn default() -> ListServicesParams
 
fn default() -> ListServicesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListServicesParams
impl RefUnwindSafe for ListServicesParams
impl Send for ListServicesParams
impl Sync for ListServicesParams
impl Unpin for ListServicesParams
impl UnwindSafe for ListServicesParams
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)