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