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