pub struct SlackBlockDatePickerElementInit {
pub action_id: SlackActionId,
pub placeholder: SlackBlockPlainTextOnly,
}Fields
action_id: SlackActionIdplaceholder: SlackBlockPlainTextOnlyTrait Implementations
sourceimpl From<SlackBlockDatePickerElementInit> for SlackBlockDatePickerElement
impl From<SlackBlockDatePickerElementInit> for SlackBlockDatePickerElement
sourcefn from(value: SlackBlockDatePickerElementInit) -> Self
fn from(value: SlackBlockDatePickerElementInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackBlockDatePickerElementInit
impl Send for SlackBlockDatePickerElementInit
impl Sync for SlackBlockDatePickerElementInit
impl Unpin for SlackBlockDatePickerElementInit
impl UnwindSafe for SlackBlockDatePickerElementInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more