pub struct BlockElementEmailTextInput {
pub element_type: String,
pub action_id: String,
pub initial_value: Option<String>,
pub dispatch_action_config: Option<CompositionObjectDispatchActionConfiguration>,
pub focus_on_load: Option<bool>,
pub placeholder: Option<CompositionObjectText>,
}Expand description
https://api.slack.com/reference/block-kit/block-elements#email
Fields§
§element_type: String§action_id: String§initial_value: Option<String>§dispatch_action_config: Option<CompositionObjectDispatchActionConfiguration>§focus_on_load: Option<bool>§placeholder: Option<CompositionObjectText>Trait Implementations§
source§impl Clone for BlockElementEmailTextInput
impl Clone for BlockElementEmailTextInput
source§fn clone(&self) -> BlockElementEmailTextInput
fn clone(&self) -> BlockElementEmailTextInput
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 Debug for BlockElementEmailTextInput
impl Debug for BlockElementEmailTextInput
source§impl Default for BlockElementEmailTextInput
impl Default for BlockElementEmailTextInput
source§impl<'de> Deserialize<'de> for BlockElementEmailTextInput
impl<'de> Deserialize<'de> for BlockElementEmailTextInput
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 BlockElementEmailTextInput
impl Send for BlockElementEmailTextInput
impl Sync for BlockElementEmailTextInput
impl Unpin for BlockElementEmailTextInput
impl UnwindSafe for BlockElementEmailTextInput
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