pub struct BlockElementSelectMenuExternalDataSource {
pub element_type: String,
pub action_id: String,
pub initial_option: Option<CompositionObjectOption>,
pub min_query_length: Option<i32>,
pub confirm: Option<CompositionObjectConfirmationDialog>,
pub focus_on_load: Option<bool>,
pub placeholder: Option<CompositionObjectText>,
}Expand description
https://api.slack.com/reference/block-kit/block-elements#external_select
Fields§
§element_type: String§action_id: String§initial_option: Option<CompositionObjectOption>§min_query_length: Option<i32>§confirm: Option<CompositionObjectConfirmationDialog>§focus_on_load: Option<bool>§placeholder: Option<CompositionObjectText>Trait Implementations§
source§impl Clone for BlockElementSelectMenuExternalDataSource
impl Clone for BlockElementSelectMenuExternalDataSource
source§fn clone(&self) -> BlockElementSelectMenuExternalDataSource
fn clone(&self) -> BlockElementSelectMenuExternalDataSource
Returns a copy 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<'de> Deserialize<'de> for BlockElementSelectMenuExternalDataSource
impl<'de> Deserialize<'de> for BlockElementSelectMenuExternalDataSource
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 RefUnwindSafe for BlockElementSelectMenuExternalDataSource
impl Send for BlockElementSelectMenuExternalDataSource
impl Sync for BlockElementSelectMenuExternalDataSource
impl Unpin for BlockElementSelectMenuExternalDataSource
impl UnwindSafe for BlockElementSelectMenuExternalDataSource
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