pub struct DeleteInteractionConfig {
pub http_options: Option<HttpOptions>,
}Expand description
Delete Interaction 配置。
Fields§
§http_options: Option<HttpOptions>Trait Implementations§
Source§impl Clone for DeleteInteractionConfig
impl Clone for DeleteInteractionConfig
Source§fn clone(&self) -> DeleteInteractionConfig
fn clone(&self) -> DeleteInteractionConfig
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 DeleteInteractionConfig
impl Debug for DeleteInteractionConfig
Source§impl Default for DeleteInteractionConfig
impl Default for DeleteInteractionConfig
Source§fn default() -> DeleteInteractionConfig
fn default() -> DeleteInteractionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteInteractionConfig
impl<'de> Deserialize<'de> for DeleteInteractionConfig
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 DeleteInteractionConfig
impl RefUnwindSafe for DeleteInteractionConfig
impl Send for DeleteInteractionConfig
impl Sync for DeleteInteractionConfig
impl Unpin for DeleteInteractionConfig
impl UnsafeUnpin for DeleteInteractionConfig
impl UnwindSafe for DeleteInteractionConfig
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