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