pub struct InteractionsCancelParams {
pub api_version: Option<String>,
}Expand description
Query parameters for POST /interactions/{id}/cancel
Fields§
§api_version: Option<String>API version
Trait Implementations§
Source§impl Clone for InteractionsCancelParams
impl Clone for InteractionsCancelParams
Source§fn clone(&self) -> InteractionsCancelParams
fn clone(&self) -> InteractionsCancelParams
Returns a duplicate 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 InteractionsCancelParams
impl Debug for InteractionsCancelParams
Source§impl Default for InteractionsCancelParams
impl Default for InteractionsCancelParams
Source§fn default() -> InteractionsCancelParams
fn default() -> InteractionsCancelParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InteractionsCancelParams
impl<'de> Deserialize<'de> for InteractionsCancelParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InteractionsCancelParams
impl RefUnwindSafe for InteractionsCancelParams
impl Send for InteractionsCancelParams
impl Sync for InteractionsCancelParams
impl Unpin for InteractionsCancelParams
impl UnwindSafe for InteractionsCancelParams
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