pub struct CancelResponseParams {
pub response_id: String,
}
Fields§
§response_id: String
The ID of the response to cancel.
Implementations§
Trait Implementations§
Source§impl Clone for CancelResponseParams
impl Clone for CancelResponseParams
Source§fn clone(&self) -> CancelResponseParams
fn clone(&self) -> CancelResponseParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CancelResponseParams
impl Debug for CancelResponseParams
Source§impl<'de> Deserialize<'de> for CancelResponseParams
impl<'de> Deserialize<'de> for CancelResponseParams
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
Source§impl PartialEq for CancelResponseParams
impl PartialEq for CancelResponseParams
Source§impl Serialize for CancelResponseParams
impl Serialize for CancelResponseParams
impl StructuralPartialEq for CancelResponseParams
Auto Trait Implementations§
impl Freeze for CancelResponseParams
impl RefUnwindSafe for CancelResponseParams
impl Send for CancelResponseParams
impl Sync for CancelResponseParams
impl Unpin for CancelResponseParams
impl UnwindSafe for CancelResponseParams
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