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 Freeze for ListServiceGroupsParams
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