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