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