pub struct ConversationsSelect {
pub placeholder: Text,
pub action_id: String,
pub initial_conversation: Option<String>,
pub default_to_current_conversation: bool,
pub confirm: Option<ConfirmationDialog>,
pub response_url_enabled: bool,
pub filter: Option<FilterAction>,
}Fields§
§placeholder: Text§action_id: String§initial_conversation: Option<String>§default_to_current_conversation: bool§confirm: Option<ConfirmationDialog>§response_url_enabled: bool§filter: Option<FilterAction>Trait Implementations§
Source§impl Debug for ConversationsSelect
impl Debug for ConversationsSelect
Source§impl Default for ConversationsSelect
impl Default for ConversationsSelect
Source§fn default() -> ConversationsSelect
fn default() -> ConversationsSelect
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConversationsSelect
impl<'de> Deserialize<'de> for ConversationsSelect
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 ConversationsSelect
impl RefUnwindSafe for ConversationsSelect
impl Send for ConversationsSelect
impl Sync for ConversationsSelect
impl Unpin for ConversationsSelect
impl UnwindSafe for ConversationsSelect
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