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