pub struct SlackBlockDateTimePickerElementInit {
pub action_id: SlackActionId,
}
Fields§
§action_id: SlackActionId
Trait Implementations§
source§impl From<SlackBlockDateTimePickerElementInit> for SlackBlockDateTimePickerElement
impl From<SlackBlockDateTimePickerElementInit> for SlackBlockDateTimePickerElement
source§fn from(value: SlackBlockDateTimePickerElementInit) -> Self
fn from(value: SlackBlockDateTimePickerElementInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackBlockDateTimePickerElementInit
impl Send for SlackBlockDateTimePickerElementInit
impl Sync for SlackBlockDateTimePickerElementInit
impl Unpin for SlackBlockDateTimePickerElementInit
impl UnwindSafe for SlackBlockDateTimePickerElementInit
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