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