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