pub struct InteractionsDeleteParams {
pub api_version: Option<String>,
}Expand description
Query parameters for DELETE /interactions/{id}
Fields§
§api_version: Option<String>API version
Trait Implementations§
Source§impl Clone for InteractionsDeleteParams
impl Clone for InteractionsDeleteParams
Source§fn clone(&self) -> InteractionsDeleteParams
fn clone(&self) -> InteractionsDeleteParams
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 InteractionsDeleteParams
impl Debug for InteractionsDeleteParams
Source§impl Default for InteractionsDeleteParams
impl Default for InteractionsDeleteParams
Source§fn default() -> InteractionsDeleteParams
fn default() -> InteractionsDeleteParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InteractionsDeleteParams
impl<'de> Deserialize<'de> for InteractionsDeleteParams
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 InteractionsDeleteParams
impl RefUnwindSafe for InteractionsDeleteParams
impl Send for InteractionsDeleteParams
impl Sync for InteractionsDeleteParams
impl Unpin for InteractionsDeleteParams
impl UnsafeUnpin for InteractionsDeleteParams
impl UnwindSafe for InteractionsDeleteParams
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