pub struct SlackBlockDatePickerElementInit {
pub action_id: SlackActionId,
}
Fields§
§action_id: SlackActionId
Trait Implementations§
source§impl From<SlackBlockDatePickerElementInit> for SlackBlockDatePickerElement
impl From<SlackBlockDatePickerElementInit> for SlackBlockDatePickerElement
source§fn from(value: SlackBlockDatePickerElementInit) -> Self
fn from(value: SlackBlockDatePickerElementInit) -> Self
Converts to this type from the input type.
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§
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