pub struct ListServiceGroupsParams {
pub per_page: Option<i32>,
pub page: Option<i32>,
}
Expand description
struct for passing parameters to the method list_service_groups
Fields§
§per_page: Option<i32>
Number of records per page.
page: Option<i32>
Current page.
Trait Implementations§
source§impl Clone for ListServiceGroupsParams
impl Clone for ListServiceGroupsParams
source§fn clone(&self) -> ListServiceGroupsParams
fn clone(&self) -> ListServiceGroupsParams
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 ListServiceGroupsParams
impl Debug for ListServiceGroupsParams
source§impl Default for ListServiceGroupsParams
impl Default for ListServiceGroupsParams
source§fn default() -> ListServiceGroupsParams
fn default() -> ListServiceGroupsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ListServiceGroupsParams
impl Send for ListServiceGroupsParams
impl Sync for ListServiceGroupsParams
impl Unpin for ListServiceGroupsParams
impl UnwindSafe for ListServiceGroupsParams
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